From 4114d6ed3c9a1fd68c261a88cd739772b1684914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:25:31 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.12.2 to 3.12.14 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff0cf64..8ed2752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "aiohappyeyeballs>=2.5.0", - "aiohttp==3.12.2", + "aiohttp==3.12.14", "aiosignal==1.3.1", "annotated-types==0.7.0", "async-timeout==4.0.3",