From 8a05cc4875876aeb9bd815f9cdb3a62e2f2b6e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:05:25 +0000 Subject: [PATCH 1/2] build(deps): bump aiohttp from 3.9.0b0 to 3.9.0 in /server Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0b0 to 3.9.0. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0b0...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- server/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..a3b82eb 100644 --- a/server/test-requirements.txt +++ b/server/test-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test --no-annotate --output-file=test-requirements.txt # -aiohttp==3.9.0b0 +aiohttp==3.9.0 aioresponses==0.7.4 aiosignal==1.3.1 astroid==3.0.0 From e76bd4b65b4d2b347cbd7d51a11e892ab1ae42e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Thu, 7 Mar 2024 10:47:26 +0900 Subject: [PATCH 2/2] Update test-requirements.txt --- server/test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/test-requirements.txt b/server/test-requirements.txt index a3b82eb..4845e4d 100644 --- a/server/test-requirements.txt +++ b/server/test-requirements.txt @@ -5,7 +5,7 @@ # pip-compile --extra=test --no-annotate --output-file=test-requirements.txt # aiohttp==3.9.0 -aioresponses==0.7.4 +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