From a02d5ceb69c981af56c3d37f3ac05b486ce7ea82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:14:18 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.10.5 to ~=3.11.10 --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... 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 ada39fa..8592aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "pyotp==2.9.0", "simplejson==3.19.3", "toml~=0.10.2", - "aiohttp~=3.10.5", + "aiohttp~=3.11.10", "websockets==13.0.1", "expiringdict~=1.2.2", "ujson~=5.10.0", diff --git a/requirements.txt b/requirements.txt index 2d7cb4f..e33d502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ crypto-ws-api==2.0.14 pyotp==2.9.0 simplejson==3.19.3 toml~=0.10.2 -aiohttp~=3.10.5 +aiohttp~=3.11.10 websockets==13.0.1 expiringdict~=1.2.2 ujson~=5.10.0