From 3362497b61ab7c4dd3772d4a9f09bcbb0ae45f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:00:57 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.10.11 to 3.11.10 --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... 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 6d55275..1f638df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chia-blockchain==2.0.0 blspy==2.0.3 setuptools~=75.6.0 aiosqlite==0.20.0 -aiohttp==3.10.11 +aiohttp==3.11.10 pytest==8.3.3 PyYAML==6.0.1 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index f228f97..15fb234 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.10.11", + "aiohttp==3.11.10", "pytest==8.3.3", "PyMySQL==1.1.1", ]