diff --git a/server/requirements.txt b/server/requirements.txt index 881a283..b34b2e0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --no-annotate --output-file=requirements.txt # -aiohttp==3.9.0b0 +aiohttp==3.9.0 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.1.0 diff --git a/server/test-requirements.txt b/server/test-requirements.txt index 91ec4a7..4845e4d 100644 --- a/server/test-requirements.txt +++ b/server/test-requirements.txt @@ -4,8 +4,8 @@ # # pip-compile --extra=test --no-annotate --output-file=test-requirements.txt # -aiohttp==3.9.0b0 -aioresponses==0.7.4 +aiohttp==3.9.0 +aioresponses==0.7.6 aiosignal==1.3.1 astroid==3.0.0 async-timeout==4.0.3 @@ -55,4 +55,4 @@ zipp==3.17.0 ## note: zc-buildout is commented out here, for tests we want to run -# with multiple versions, so we specify these versions in tox.ini \ No newline at end of file +# with multiple versions, so we specify these versions in tox.ini