Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cbor2==5.6.3
# via vyper
certifi==2024.2.2
# via requests
cffi==1.16.0
cffi==2.1.1
# via
# cryptography
# pynacl
Expand All @@ -69,7 +69,7 @@ click==8.1.7
# via
# black
# eth-ape
cryptography==42.0.5
cryptography==50.0.0
# via pyjwt
cytoolz==0.12.3
# via eth-utils
Expand Down Expand Up @@ -194,6 +194,8 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.5.4
# via sqlalchemy
hexbytes==0.3.1
# via
# ape-hardhat
Expand Down Expand Up @@ -434,9 +436,10 @@ trie==3.0.1
# via
# eth-ape
# py-evm
typing-extensions==4.11.0
typing-extensions==4.16.0
# via
# black
# cryptography
# eth-pydantic-types
# eth-rlp
# eth-typing
Expand Down
Loading