Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aiohttp from 3.9.4 to 3.10.2 in /src #298

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
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 src/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tox>=4.0,<5.0
# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
# This is done to ensure the inclusion of specific security patches.
aiohttp>=3.9.4 # CVE-2024-30251, CVE-2024-27306
aiohttp>=3.10.2 # CVE-2024-42367
10 changes: 5 additions & 5 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile requirements-dev.in
#
aiohttp==3.9.4
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.2
# via
# -r requirements-dev.in
# aiohttp-cors
Expand Down Expand Up @@ -59,9 +61,7 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
# via pytest-cov
cryptography==43.0.1
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -126,7 +126,7 @@ idna==3.7
# -r requirements.txt
# requests
# yarl
importlib-resources==6.1.1
importlib-resources==6.4.5
# via
# -r requirements.txt
# jsonschema
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ idna==3.7
# via
# -r requirements.in
# requests
importlib-resources==6.1.1
importlib-resources==6.4.5
# via
# jsonschema
# jsonschema-specifications
Expand Down
Loading