Skip to content

Commit

Permalink
setup: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Sep 16, 2024
1 parent a4cf6e8 commit 4483954
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ maintainers = [
]
dynamic = ["version"]
dependencies = [
"aiodns==3.1.1",
"aiohttp==3.9.3",
"aiodns==3.2.0",
"aiohttp==3.10.5",
"base58==2.1.1",
"bitarray==2.8.5",
"bitarray==2.9.2",
"Events==0.5",
"jsonschema>=4.19.0",
"lz4==4.3.2",
"jsonschema==4.23.0",
"lz4==4.3.3",
"neo3crypto==0.4.3",
"netaddr>=0.9.0",
"orjson>=3.9.10",
"pycryptodome==3.19.0",
"netaddr==1.3.0",
"orjson>=3.10.7",
"pycryptodome==3.20.0",
"pybiginteger==1.3.3",
"pybiginteger-stubs==1.3.3",
]
Expand Down

0 comments on commit 4483954

Please sign in to comment.