Skip to content

Commit 81bd6d1

Browse files
Bump aiohttp from 3.9.1 to 3.9.2
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]>
1 parent 54a0edb commit 81bd6d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"aiohttp-session==2.12.0",
26-
"aiohttp==3.9.1",
26+
"aiohttp==3.9.2",
2727
"redis==5.0.1",
2828
"asyncpg==0.29.0",
2929
"certifi==2023.11.17",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.9.1
1+
aiohttp==3.9.2
22
aiohttp-session==2.12.0
33
redis==5.0.1
44
asyncpg==0.29.0

0 commit comments

Comments
 (0)