From 18fef0074e5a9c4e0299e578f33040db21bea51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:07:56 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.9.2 to 3.9.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.2 to 3.9.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.2...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e99de3f577c..991bf7d50549 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "clvm_tools==0.4.9", # Currying, Program.to, other conveniences "chia_rs==0.7.0", "clvm-tools-rs==0.1.40", # Rust implementation of clvm_tools' compiler - "aiohttp==3.9.2", # HTTP server for full node rpc + "aiohttp==3.9.4", # HTTP server for full node rpc "aiosqlite==0.20.0", # asyncio wrapper for sqlite, to store blocks "bitstring==4.1.4", # Binary data management library "colorama==0.4.6", # Colorizes terminal output