From b5f84a3f01da0fc87188eb851af3af5c6d9bbd5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:42:17 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.13.0 to >=3.13,<3.15 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.13.0...v3.14.2) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 965f226..f80be3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp~=3.13.0 +aiohttp>=3.13,<3.15 mashumaro>=3.13.1 orjson>=3.11.7 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 7f29d78..b526b25 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -aiohttp~=3.13.0 +aiohttp>=3.13,<3.15 mypy>=2.3.0 pydantic>=2.13.4 pre-commit>=4.6.0