From 372e9688dc1e4e203c83049f24b0178b28fe8f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:17:25 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.13.5 to 3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0b32712..5e93409 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "crypto-ws-api==2.1.9", "pyotp==2.9.0", "simplejson==4.1.1", - "aiohttp==3.13.5", + "aiohttp==3.14.0", "expiringdict~=1.2.2", "betterproto==2.0.0b7", "grpclib~=0.4.8" diff --git a/requirements.txt b/requirements.txt index 40116c5..15db2bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ crypto-ws-api==2.1.9 pyotp==2.9.0 simplejson==4.1.1 -aiohttp==3.13.5 +aiohttp==3.14.0 expiringdict~=1.2.2 betterproto==2.0.0b7 grpclib~=0.4.8