From bd6fc2880e771d5d3acfaa862685f85f17b241ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:36:20 +0000 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.9.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 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.8.5...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- ingestion/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 95ca0bd..1c7bd46 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,7 +4,7 @@ pytest_mock==3.11.1 pytest_asyncio==0.21.1 httpx==0.24.1 fastapi==0.101.1 -aiohttp==3.8.5 +aiohttp==3.9.0 aio_pika==9.2.2 psycopg[binary] uvicorn[standard] diff --git a/ingestion/requirements.txt b/ingestion/requirements.txt index 1281830..a3766bd 100644 --- a/ingestion/requirements.txt +++ b/ingestion/requirements.txt @@ -1,2 +1,2 @@ -aiohttp==3.8.5 +aiohttp==3.9.0 aio_pika==9.2.2 \ No newline at end of file