Skip to content

Commit

Permalink
Require aiohttp>=3.9.4 in requirements-dev.in
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed May 10, 2024
1 parent 36bdb46 commit 864b221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.2 # CVE-2023-37276
aiohttp>=3.9.4 # CVE-2024-30251, CVE-2024-27306
4 changes: 3 additions & 1 deletion src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==42.0.4
# via -r requirements.txt
defusedxml==0.7.1
Expand Down

0 comments on commit 864b221

Please sign in to comment.