Skip to content

Commit

Permalink
Merge pull request #298 from NTIA/dependabot/pip/src/aiohttp-3.10.2
Browse files Browse the repository at this point in the history
Bump aiohttp from 3.9.4 to 3.10.2 in /src
  • Loading branch information
aromanielloNTIA authored Oct 17, 2024
2 parents 036f0b5 + c73e559 commit 0f44480
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 0f44480

Please sign in to comment.