From ea1edd487915eed4049f7534e8027e04e5064b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:08:53 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.14.1 to 3.14.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.2) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5fcf9ea..c179389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "sherlock-project==0.16.0", "pydantic==2.13.4", "aiosqlite==0.22.1", - "aiohttp==3.14.1", + "aiohttp==3.14.2", "apscheduler==3.11.3", "psutil==7.2.2", "scapy==2.7.0", diff --git a/requirements.txt b/requirements.txt index 704d1d2..f44fa65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sherlock-project==0.16.0 pydantic==2.13.4 aiosqlite==0.22.1 asyncpg==0.30.0 -aiohttp==3.14.1 +aiohttp==3.14.2 apscheduler==3.11.3 psutil==7.2.2 scapy==2.7.0