Skip to content

Commit 71447ea

Browse files
Update aiohttp requirement from <3.12.0 to <3.13.0
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 494336a commit 71447ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Vulnerabilities -----------------------------------------------------------------------------------------
1111
#
1212
aiohttp>=3.7.4, !=3.11.13 # https://github.com/advisories/GHSA-v6wp-4m6f-gcjg, 3.11.13 was yanked https://github.com/aio-libs/aiohttp/issues/10617
13-
aiohttp<3.12.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions
13+
aiohttp<3.13.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions
1414
certifi>=2023.7.22 # https://github.com/advisories/GHSA-xqr8-7jwr-rhp7
1515
cryptography>=41.0.6 # https://github.com/advisories/GHSA-v8gr-m533-ghj9
1616
httpx>=0.23.0 # https://github.com/advisories/GHSA-h8pj-cxx2-jfg2 / CVE-2021-41945

0 commit comments

Comments
 (0)