diff --git a/src/requirements-dev.in b/src/requirements-dev.in index 3c586abb..8fe2d167 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.0 # CVE-2023-37276 +aiohttp>=3.9.2 # CVE-2023-37276 diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index e8ef0921..3b95e482 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -aiohttp==3.9.1 +aiohttp==3.9.3 # 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==41.0.7 # via -r requirements.txt defusedxml==0.7.1 @@ -362,7 +364,7 @@ virtualenv==20.21.0 # tox wcwidth==0.2.12 # via blessed -yarl==1.9.3 +yarl==1.9.4 # via aiohttp zipp==3.17.0 # via