Skip to content

Commit 7e74cd1

Browse files
committed
add constraint against yanked version
1 parent 25ce7b5 commit 7e74cd1

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
@@ -9,7 +9,7 @@
99
#
1010
# Vulnerabilities -----------------------------------------------------------------------------------------
1111
#
12-
aiohttp>=3.7.4 # https://github.com/advisories/GHSA-v6wp-4m6f-gcjg
12+
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
1313
certifi>=2023.7.22 # https://github.com/advisories/GHSA-xqr8-7jwr-rhp7
1414
cryptography>=41.0.6 # https://github.com/advisories/GHSA-v8gr-m533-ghj9
1515
httpx>=0.23.0 # https://github.com/advisories/GHSA-h8pj-cxx2-jfg2 / CVE-2021-41945

0 commit comments

Comments
 (0)