relock with pynacl (it's a direct dependency)

pull/3475/head
KPrasch 2024-02-16 15:42:40 +01:00 committed by derekpierre
parent 783664a173
commit a4afb5e5df
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

2
poetry.lock generated
View File

@ -5004,4 +5004,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<4"
content-hash = "32016cfe955d98470d67e277e2c14603a1ebe9266ed6dadb6ef7da46edb133b9"
content-hash = "0aeb8249fb469b873ff181aabdd9d57d7adc54f6aad654ab76b2d1defa50aafd"

View File

@ -8,6 +8,7 @@ description = "A threshold access control application to empower privacy in dece
python = ">=3.8,<4"
nucypher-core = "==0.13.0"
cryptography = "*"
pynacl = ">=1.4.0"
mnemonic = "*"
pyopenssl = "*"
web3 = '^6.0.0'

View File

@ -11,7 +11,7 @@ bitarray==2.9.2 ; python_version >= "3.8" and python_version < "4"
blinker==1.7.0 ; python_version >= "3.8" and python_version < "4"
bytestring-splitter==2.4.1 ; python_version >= "3.8" and python_version < "4"
certifi==2024.2.2 ; python_version >= "3.8" and python_version < "4"
cffi==1.16.0 ; python_version >= "3.8" and python_version < "4" and platform_python_implementation != "PyPy"
cffi==1.16.0 ; python_version >= "3.8" and python_version < "4"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4"
click==8.1.7 ; python_version >= "3.8" and python_version < "4"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4"
@ -61,8 +61,9 @@ protobuf==5.26.0rc2 ; python_version >= "3.8" and python_version < "4"
pyasn1-modules==0.3.0 ; python_version >= "3.8" and python_version < "4"
pyasn1==0.5.1 ; python_version >= "3.8" and python_version < "4"
pychalk==2.0.1 ; python_version >= "3.8" and python_version < "4"
pycparser==2.21 ; python_version >= "3.8" and python_version < "4" and platform_python_implementation != "PyPy"
pycparser==2.21 ; python_version >= "3.8" and python_version < "4"
pycryptodome==3.20.0 ; python_version >= "3.8" and python_version < "4"
pynacl==1.5.0 ; python_version >= "3.8" and python_version < "4"
pyopenssl==24.0.0 ; python_version >= "3.8" and python_version < "4"
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4"
pytz==2024.1 ; python_version >= "3.8" and python_version < "4"