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] 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