Skip to content

Commit 6375010

Browse files
author
Joonatan Mäkinen
committed
Update dependency aiohttp to v3.11.13 (merge commit)
Merge branch 'renovate/aiohttp-3.x' into 'main' * Update dependency aiohttp to v3.11.13 See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/404 Approved-by: Joonatan Mäkinen <[email protected]> Co-authored-by: renovate-bot <group_183_bot_aa67d732ac40e4c253df6728543b928a@noreply.gitlab.ci.csc.fi> Merged by Joonatan Mäkinen <[email protected]>
2 parents aa5d566 + 0df1d9b commit 6375010

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
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
dependencies = [
2424
"aiohttp-session==2.12.1",
25-
"aiohttp==3.11.11",
25+
"aiohttp==3.11.13",
2626
"redis==5.2.1",
2727
"asyncpg==0.30.0",
2828
"certifi==2025.1.31",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.11
1+
aiohttp==3.11.13
22
aiohttp-session==2.12.1
33
redis==5.2.1
44
asyncpg==0.30.0

0 commit comments

Comments
 (0)