updated requirements

This commit is contained in:
tim
2025-02-10 21:35:06 -04:00
parent 5bcbae1d94
commit 7f501222f8
2 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
aiohappyeyeballs==2.4.3 aiohappyeyeballs==2.4.3
aiohttp==3.11.10 aiohttp==3.11.12
aiosignal==1.3.1 aiosignal==1.3.1
alembic==1.14.0 alembic==1.14.1
annotated-types==0.7.0 annotated-types==0.7.0
antlr4-python3-runtime==4.9.3 antlr4-python3-runtime==4.9.3
asn1crypto==1.5.1 asn1crypto==1.5.1
@@ -9,11 +9,11 @@ async-lru==2.0.4
attrs==23.2.0 attrs==23.2.0
bip-utils==2.9.3 bip-utils==2.9.3
bitarray==3.0.0 bitarray==3.0.0
cachetools==5.5.0 cachetools==5.5.1
cbor2==5.6.4 cbor2==5.6.4
certifi==2024.2.2 certifi==2024.2.2
cffi==1.16.0 cffi==1.16.0
charset-normalizer==3.4.0 charset-normalizer==3.4.1
ckzg==1.0.2 ckzg==1.0.2
coincurve==20.0.0 coincurve==20.0.0
crcmod==1.7 crcmod==1.7
@@ -23,14 +23,14 @@ durationpy==0.9
ecdsa==0.19.0 ecdsa==0.19.0
ed25519-blake2b==1.4.1 ed25519-blake2b==1.4.1
eth-account==0.11.3 eth-account==0.11.3
eth-bloom==3.0.1 eth-bloom==3.1.0
eth-hash==0.7.0 eth-hash==0.7.0
eth-keyfile==0.8.1 eth-keyfile==0.8.1
eth-keys==0.6.0 eth-keys==0.6.1
eth-rlp==1.0.1 eth-rlp==1.0.1
eth-typing==4.4.0 eth-typing==4.4.0
eth-utils==4.1.1 eth-utils==4.1.1
eth_abi==5.1.0 eth_abi==5.2.0
frozenlist==1.4.1 frozenlist==1.4.1
google-auth==2.35.0 google-auth==2.35.0
greenlet==3.0.3 greenlet==3.0.3
@@ -45,12 +45,13 @@ Mako==1.3.3
MarkupSafe==2.1.5 MarkupSafe==2.1.5
msgpack-python==0.5.6 msgpack-python==0.5.6
multidict==6.0.5 multidict==6.0.5
numpy==2.2.0 numpy==2.2.2
oauthlib==3.2.2 oauthlib==3.2.2
omegaconf==2.3.0 omegaconf==2.3.0
orjson==3.10.12 orjson==3.10.15
parsimonious==0.10.0 parsimonious==0.10.0
pdpyras==5.3.0 pdpyras==5.4.0
prometheus_client==0.21.1
propcache==0.2.0 propcache==0.2.0
protobuf==5.26.1 protobuf==5.26.1
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
@@ -63,7 +64,7 @@ pydantic==2.9.2
pydantic_core==2.23.4 pydantic_core==2.23.4
PyNaCl==1.5.0 PyNaCl==1.5.0
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
pytz==2024.2 pytz==2025.1
pyunormalize==15.1.0 pyunormalize==15.1.0
PyYAML==6.0.1 PyYAML==6.0.1
redis==5.2.1 redis==5.2.1
@@ -77,12 +78,12 @@ rsa==4.9
six==1.16.0 six==1.16.0
socket.io-emitter==0.1.5.1 socket.io-emitter==0.1.5.1
sortedcontainers==2.4.0 sortedcontainers==2.4.0
SQLAlchemy==2.0.36 SQLAlchemy==2.0.38
toolz==0.12.1 toolz==0.12.1
types-requests==2.32.0.20240914 types-requests==2.32.0.20240914
typing_extensions==4.12.2 typing_extensions==4.12.2
urllib3==2.2.1 urllib3==2.2.1
web3==6.20.3 web3==6.20.3
websocket-client==1.8.0 websocket-client==1.8.0
websockets==14.1 websockets==14.2
yarl==1.17.2 yarl==1.17.2

View File

@@ -1,7 +1,7 @@
sqlalchemy sqlalchemy
alembic alembic
omegaconf omegaconf
web3 web3<7
psycopg2-binary psycopg2-binary
orjson orjson
sortedcontainers sortedcontainers