From 96a491d96ed352a261f17108118655e6e1c488df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:41:43 +0000 Subject: [PATCH] Update uvloop requirement from ~=0.19.0 to ~=0.20.0 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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 179f2a80..1c9b435f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -3,4 +3,4 @@ aiohttp>=2.3.0,<4;python_version>='3.5.3' asyncio<4;python_version>='3.3' colorama;os_name=='nt' requests<3;python_version>='2.7' -uvloop~=0.19.0;platform_system!='Windows' and implementation_name=='cpython' +uvloop~=0.20.0;platform_system!='Windows' and implementation_name=='cpython'