Skip to content

Commit 4d5c162

Browse files
Bump aiohttp from 3.9.5 to 3.10.2
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.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.5...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6bacecd commit 4d5c162

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.5",
26+
"aiohttp==3.10.2",
2727
"redis==5.0.7",
2828
"asyncpg==0.29.0",
2929
"certifi==2024.6.2",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.9.5
1+
aiohttp==3.10.2
22
aiohttp-session==2.12.0
33
redis==5.0.7
44
asyncpg==0.29.0

0 commit comments

Comments
 (0)