From e2a200a9682c502fd41214194494b8a1fa6c9dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:19:43 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.9.5 to 3.11.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.11.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.11.4) --- 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 4d92018..577ff8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ chia-blockchain==2.0.0 blspy==2.0.3 setuptools~=67.6.1 aiosqlite==0.20.0 -aiohttp==3.9.5 +aiohttp==3.11.4 pytest==8.3.3 PyYAML==6.0.1 PyMySQL==1.1.1 diff --git a/setup.py b/setup.py index 5f94edc..82ee9d8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): "chia_rs>=0.5.2", "setuptools~=56.1.0", "aiosqlite==0.20.0", - "aiohttp==3.9.5", + "aiohttp==3.11.4", "pytest==8.3.3", "PyMySQL==1.1.1", ]