From 742ce3756478d2a3510a426275774215901db354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:57:49 +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 188fede118d0..91275f299875 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "clvm_tools==0.4.9", # Currying, Program.to, other conveniences "chia_rs==0.6.1", "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