Skip to content

Commit

Permalink
chore(deps): bump aiohttp from 3.9.3 to 3.10.11
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.10.11.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.3...v3.10.11)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 428ad1e commit a1f7879
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 10 additions & 3 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
#
# pip-compile requirements-windows.in
#
aiohttp==3.9.3
aiohappyeyeballs==2.4.3
# via
# -r requirements.txt
# aiohttp
aiohttp==3.10.11
# via
# -r requirements.txt
# web3
Expand Down Expand Up @@ -77,7 +81,6 @@ eth-hash[pycryptodome]==0.6.0
# -r requirements.txt
# eip712
# eth-event
# eth-hash
# eth-utils
# web3
eth-keyfile==0.7.0
Expand Down Expand Up @@ -192,6 +195,10 @@ pluggy==1.4.0
# pytest
prompt-toolkit==3.0.43
# via -r requirements.txt
propcache==0.2.0
# via
# -r requirements.txt
# yarl
protobuf==4.25.3
# via
# -r requirements.txt
Expand Down Expand Up @@ -317,7 +324,7 @@ wheel==0.42.0
# vyper
wrapt==1.16.0
# via -r requirements.txt
yarl==1.9.4
yarl==1.17.2
# via
# -r requirements.txt
# aiohttp
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile requirements.in
#
aiohttp==3.9.3
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.11
# via web3
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -136,6 +138,8 @@ pluggy==1.4.0
# via pytest
prompt-toolkit==3.0.43
# via -r requirements.in
propcache==0.2.0
# via yarl
protobuf==4.25.3
# via web3
psutil==5.9.8
Expand Down Expand Up @@ -234,7 +238,7 @@ wheel==0.42.0
# via vyper
wrapt==1.16.0
# via -r requirements.in
yarl==1.9.4
yarl==1.17.2
# via aiohttp
zipp==3.17.0
# via importlib-metadata

0 comments on commit a1f7879

Please sign in to comment.