From 382b61ba95bb15fcd53ce866524d4fdcbb8f71c9 Mon Sep 17 00:00:00 2001 From: "uniproject-renovate[bot]" <254712713+uniproject-renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:01:01 +0000 Subject: [PATCH] Update dependency aiohttp to v3.13.3 --- src/pyproject.toml | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pyproject.toml b/src/pyproject.toml index 26fd7fe..f591efe 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "aiofiles==25.1.0", "aiohappyeyeballs==2.6.1", - "aiohttp==3.12.15", + "aiohttp==3.13.3", "aiosignal==1.4.0", "annotated-types==0.7.0", "anyio==4.12.1", diff --git a/src/requirements.txt b/src/requirements.txt index 22a9a26..742ea16 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ aiofiles==25.1.0 aiohappyeyeballs==2.6.1 -aiohttp==3.12.15 +aiohttp==3.13.3 aiosignal==1.4.0 annotated-types==0.7.0 anyio==4.12.1