From a47b492d4efae429f31d71fab45f3bbd92a6b7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:44:20 +0000 Subject: [PATCH] build(deps): bump the pip group with 2 updates Bumps the pip group with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [tornado](https://github.com/tornadoweb/tornado). Updates `aiohttp` from 3.9.5 to 3.10.11 - [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.5...v3.10.11) Updates `tornado` from 6.4 to 6.4.2 - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 48ff84b..d626af5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.5 +aiohttp==3.10.11 aiosignal==1.3.1 alembic==1.13.1 amqp==5.2.0 @@ -112,7 +112,7 @@ tenacity==8.2.3 tiktoken==0.6.0 tokenizers==0.19.1 tomli==2.2.1 -tornado==6.4 +tornado==6.4.2 tqdm==4.66.3 typing_extensions==4.10.0 tzdata==2024.1