From 8bf863179f128ae8c023288d7aaa993fe8972cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 22:35:43 +0000 Subject: [PATCH] deps(pip)(deps): bump aiohttp from 3.14.1 to 3.14.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.1 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- audit-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audit-requirements.txt b/audit-requirements.txt index 34d2994d..7567ed6b 100644 --- a/audit-requirements.txt +++ b/audit-requirements.txt @@ -29,7 +29,7 @@ # --- Core --- aiofiles==25.1.0 -aiohttp==3.14.1 +aiohttp==3.14.3 aiosqlite==0.22.1 anyio==4.14.2 attrs==26.1.0 diff --git a/pyproject.toml b/pyproject.toml index 2f3c55df..91b39bac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ # Keep the on-robot footprint small; full stack is available via extras. dependencies = [ "aiofiles==25.1.0", - "aiohttp==3.14.1", + "aiohttp==3.14.3", "aiosqlite==0.22.1", "anyio==4.14.2", "attrs==26.1.0", diff --git a/requirements.txt b/requirements.txt index 677a837a..f0b57dc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ # --- Core --- aiofiles==25.1.0 -aiohttp==3.14.1 +aiohttp==3.14.3 aiosqlite==0.22.1 anyio==4.14.2 attrs==26.1.0