From d66b039aedcd1d3cbe6a82ee22a70ad9a4250bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:23:34 +0000 Subject: [PATCH] Bump aiohttp Bumps the pip group with 1 update in the /implementations/centralized-discovery-service directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.9.3 to 3.11.0b0 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.11.0b0/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.11.0b0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- implementations/centralized-discovery-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/centralized-discovery-service/requirements.txt b/implementations/centralized-discovery-service/requirements.txt index 6e7301e..f7a7a42 100644 --- a/implementations/centralized-discovery-service/requirements.txt +++ b/implementations/centralized-discovery-service/requirements.txt @@ -5,7 +5,7 @@ pydantic==1.10.13 uvicorn==0.23.2 SQLAlchemy==2.0.31 psycopg2-binary==2.9.9 -aiohttp==3.9.3 +aiohttp==3.11.0b0 dnspython==2.6.1 python-dotenv==1.0.1 alembic==1.13.1