diff --git a/src/requirements-dev.in b/src/requirements-dev.in index 8fe2d167..8a58745a 100644 --- a/src/requirements-dev.in +++ b/src/requirements-dev.in @@ -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 diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 7d955bd4..949d02cd 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -aiohttp==3.9.3 +aiohttp==3.9.4 # via # -r requirements-dev.in # aiohttp-cors @@ -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