Relock dependencies based on update made to siwe-py fork.

pull/3521/head
derekpierre 2024-07-17 09:35:32 -04:00
parent b4e1042e83
commit 3d45dc2044
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -150,7 +150,7 @@ safe-pysha3==1.0.4 ; python_version >= "3.9" and python_version < "4" and implem
semantic-version==2.10.0 ; python_version >= "3.9" and python_version < "4"
service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4"
setuptools==70.3.0 ; python_version >= "3.9" and python_version < "4"
siwe @ git+https://github.com/derekpierre/siwe-py.git@fb7566e6a8ff2b7397535770d536f7ba5e3c8a0f ; python_version >= "3.9" and python_version < "4.0"
siwe @ git+https://github.com/derekpierre/siwe-py.git@7ef9c2cfc1f13a1f413ef74fcb399838754b2830 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4"
snaptime==0.2.4 ; python_version >= "3.9" and python_version < "4"
sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4"

4
poetry.lock generated
View File

@ -4071,7 +4071,7 @@ develop = false
[package.dependencies]
abnf = ">=2.2,<3"
eth-account = ">=0.8.0,<0.12"
eth-account = ">=0.10.0,<0.12"
eth-typing = ">=3.4.0"
eth-utils = ">=2.2.0"
pydantic = ">=2.7,<3"
@ -4083,7 +4083,7 @@ web3 = ">=6.17,<7"
type = "git"
url = "https://github.com/derekpierre/siwe-py.git"
reference = "update-deps"
resolved_reference = "fb7566e6a8ff2b7397535770d536f7ba5e3c8a0f"
resolved_reference = "7ef9c2cfc1f13a1f413ef74fcb399838754b2830"
[[package]]
name = "six"

View File

@ -79,7 +79,7 @@ rlp==4.0.1 ; python_version >= "3.9" and python_version < "4"
rpds-py==0.19.0 ; python_version >= "3.9" and python_version < "4"
service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4"
setuptools==70.3.0 ; python_version >= "3.9" and python_version < "4"
siwe @ git+https://github.com/derekpierre/siwe-py.git@fb7566e6a8ff2b7397535770d536f7ba5e3c8a0f ; python_version >= "3.9" and python_version < "4.0"
siwe @ git+https://github.com/derekpierre/siwe-py.git@7ef9c2cfc1f13a1f413ef74fcb399838754b2830 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4"
snaptime==0.2.4 ; python_version >= "3.9" and python_version < "4"
tabulate==0.9.0 ; python_version >= "3.9" and python_version < "4"