From 32ddc583b97b962b1a43c664bc3086f3fb789a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:20:42 +0000 Subject: [PATCH] dependabot(pip): update uvloop requirement from ~=0.21.0 to ~=0.22.1 Updates the requirements on [uvloop](https://github.com/MagicStack/uvloop) to permit the latest version. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62adfd0..2875c27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ git+https://github.com/pool-energy/chia-blockchain.git@release/2.5.7#egg=chia-blockchain chia_rs==0.30.0 setuptools>=75.5.0 -uvloop~=0.21.0 +uvloop~=0.22.1 aiopg==1.4.0 aiohttp~=3.12.14 pytest==8.4.2