Skip to content

Commit

Permalink
Merge pull request #1655 from calina-c/master
Browse files Browse the repository at this point in the history
Python 3.11 compatibility - upgrade yarl and set versions for bitarray
  • Loading branch information
charles-cooper authored Apr 24, 2023
2 parents 4e71252 + 6262b7c commit 3b5f0ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ base58==2.1.1
# via
# -r requirements.txt
# multiaddr
bitarray==2.6.0
bitarray>=2.6.0,<3
# via
# -r requirements.txt
# eth-account
Expand Down Expand Up @@ -343,7 +343,7 @@ wheel==0.37.1
# vyper
wrapt==1.14.1
# via -r requirements.txt
yarl==1.8.1
yarl==1.8.2
# via
# -r requirements.txt
# aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ attrs==22.1.0
# pytest
base58==2.1.1
# via multiaddr
bitarray==2.6.0
bitarray>=2.6.0,<3
# via eth-account
black==22.10.0
# via -r requirements.in
Expand Down Expand Up @@ -256,7 +256,7 @@ wheel==0.37.1
# via vyper
wrapt==1.14.1
# via -r requirements.in
yarl==1.8.1
yarl==1.8.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 3b5f0ce

Please sign in to comment.