From 72feaa83e7b91036879c8edcaf650601f288d10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:00:48 +0000 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.9.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 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.6...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Old-No-DB/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Old-No-DB/requirements.txt b/Old-No-DB/requirements.txt index baca1aa..6961d9d 100644 --- a/Old-No-DB/requirements.txt +++ b/Old-No-DB/requirements.txt @@ -1,5 +1,5 @@ aiofiles==0.8.0 -aiohttp==3.8.6 +aiohttp==3.9.0 aiosignal==1.2.0 anyio==3.5.0 async-timeout==4.0.2 diff --git a/requirements.txt b/requirements.txt index 67289b2..9bde13c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ redis==4.5.4 pytz==2022.1 psutil==5.9.1 function-cooldowns==1.4.0 -aiohttp==3.8.6 \ No newline at end of file +aiohttp==3.9.0 \ No newline at end of file