Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump aiohttp from 3.8.1 to 3.9.2 #1725

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
42 changes: 23 additions & 19 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-windows.in
#
aiohttp==3.8.1
aiohttp==3.9.2
# via
# -r requirements.txt
# web3
Expand All @@ -31,20 +31,19 @@ base58==2.1.1
# via
# -r requirements.txt
# multiaddr
bitarray>=2.6.0,<3
bitarray==2.9.2
# via
# -r requirements.txt
# eth-account
black==22.6.0
black==22.10.0
# via -r requirements.txt
certifi==2022.6.15
certifi==2022.9.24
# via
# -r requirements.txt
# requests
charset-normalizer==2.1.0
charset-normalizer==2.1.1
# via
# -r requirements.txt
# aiohttp
# requests
click==8.1.3
# via
Expand Down Expand Up @@ -80,6 +79,7 @@ eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.txt
# eth-event
# eth-hash
# eth-utils
# web3
eth-keyfile==0.5.1
Expand Down Expand Up @@ -125,7 +125,7 @@ frozenlist==1.3.1
# -r requirements.txt
# aiohttp
# aiosignal
hexbytes==0.2.2
hexbytes==0.2.3
# via
# -r requirements.txt
# eip712
Expand All @@ -135,7 +135,7 @@ hexbytes==0.2.2
# web3
hypothesis==6.27.3
# via -r requirements.txt
idna==3.3
idna==3.4
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -193,7 +193,7 @@ parsimonious==0.8.1
# via
# -r requirements.txt
# eth-abi
pathspec==0.9.0
pathspec==0.10.1
# via
# -r requirements.txt
# black
Expand All @@ -205,20 +205,20 @@ pluggy==1.0.0
# via
# -r requirements.txt
# pytest
prompt-toolkit==3.0.30
prompt-toolkit==3.0.31
# via -r requirements.txt
protobuf==3.20.1
protobuf==3.19.5
# via
# -r requirements.txt
# web3
psutil==5.9.1
psutil==5.9.2
# via -r requirements.txt
py==1.11.0
# via
# -r requirements.txt
# pytest
# pytest-forked
py-solc-ast==1.2.9
py-solc-ast==1.2.10
# via -r requirements.txt
py-solc-x==1.1.1
# via -r requirements.txt
Expand All @@ -229,7 +229,7 @@ pycryptodome==3.15.0
# eth-hash
# eth-keyfile
# vyper
pygments==2.12.0
pygments==2.13.0
# via
# -r requirements.txt
# pygments-lexer-solidity
Expand Down Expand Up @@ -282,7 +282,7 @@ rlp==2.0.1
# -r requirements.txt
# eth-account
# eth-rlp
semantic-version==2.8.5
semantic-version==2.10.0
# via
# -r requirements.txt
# py-solc-x
Expand Down Expand Up @@ -313,9 +313,13 @@ toolz==0.12.0
# via
# -r requirements.txt
# cytoolz
tqdm==4.64.0
tqdm==4.64.1
# via -r requirements.txt
urllib3==1.26.11
typing-extensions==4.4.0
# via
# -r requirements.txt
# black
urllib3==1.26.12
# via
# -r requirements.txt
# requests
Expand All @@ -325,13 +329,13 @@ varint==1.0.2
# multiaddr
vvm==0.1.0
# via -r requirements.txt
vyper==0.3.6
vyper==0.3.7
# via -r requirements.txt
wcwidth==0.2.5
# via
# -r requirements.txt
# prompt-toolkit
web3==5.30.0
web3==5.31.3
# via -r requirements.txt
websockets==9.1
# via
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
aiohttp==3.8.3
aiohttp==3.9.2
# via web3
aiosignal==1.2.0
# via aiohttp
Expand All @@ -20,16 +20,14 @@ attrs==22.1.0
# pytest
base58==2.1.1
# via multiaddr
bitarray>=2.6.0,<3
bitarray==2.9.2
# via eth-account
black==22.10.0
# via -r requirements.in
certifi==2022.9.24
# via requests
charset-normalizer==2.1.1
# via
# aiohttp
# requests
# via requests
click==8.1.3
# via black
cytoolz==0.12.0
Expand Down Expand Up @@ -57,6 +55,7 @@ eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.in
# eth-event
# eth-hash
# eth-utils
# web3
eth-keyfile==0.5.1
Expand Down
Loading