Skip to content

Commit

Permalink
build(deps): update aiohttp requirement from ~=3.7.4 to ~=3.9.5
Browse files Browse the repository at this point in the history
Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.
- [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.7.4...v3.9.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 691a29d commit 6f91f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ chia-blockchain==2.0.0
blspy==2.0.2
setuptools~=67.6.1
aiosqlite==0.19.0
aiohttp==3.8.4
aiohttp==3.9.5
pytest==7.4.0
PyYAML==6.0.1
PyMySQL==1.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):
"blspy==2.0.2",
"setuptools~=56.1.0",
"aiosqlite==0.19.0",
"aiohttp==3.8.4",
"aiohttp==3.9.5",
"pytest==7.4.0",
"PyMySQL==1.1.0",
]
Expand Down

0 comments on commit 6f91f99

Please sign in to comment.