Skip to content

Commit

Permalink
Bump aiohttp from 3.9.1 to 3.9.2
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2.
- [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.1...v3.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 54a0edb commit 81bd6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"aiohttp-session==2.12.0",
"aiohttp==3.9.1",
"aiohttp==3.9.2",
"redis==5.0.1",
"asyncpg==0.29.0",
"certifi==2023.11.17",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.1
aiohttp==3.9.2
aiohttp-session==2.12.0
redis==5.0.1
asyncpg==0.29.0
Expand Down

0 comments on commit 81bd6d1

Please sign in to comment.