Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Vulnerabilities -----------------------------------------------------------------------------------------
#
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
aiohttp<3.12.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions
aiohttp<3.13.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions
certifi>=2023.7.22 # https://github.com/advisories/GHSA-xqr8-7jwr-rhp7
cryptography>=41.0.6 # https://github.com/advisories/GHSA-v8gr-m533-ghj9
httpx>=0.23.0 # https://github.com/advisories/GHSA-h8pj-cxx2-jfg2 / CVE-2021-41945
Expand Down
Loading