From e33512c12bb4cd9baa01e54b77d0dbeb70fd3bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:11:24 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.13.3 to 3.13.4 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1a60d1..f8a6720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chia-blockchain==2.4.4 blspy==2.0.3 setuptools~=75.6.0 aiosqlite==0.20.0 -aiohttp==3.13.3 +aiohttp==3.13.4 pytest==8.3.4 PyYAML==6.0.2 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index d7e1a7d..aedc892 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): "chia_rs>=0.5.2", "setuptools>=56.1,<75.7", "aiosqlite==0.20.0", - "aiohttp==3.13.3", + "aiohttp==3.13.4", "pytest==8.3.4", "PyMySQL==1.1.1", ]