From c6e297356cae2edeb30e05d656be51fff4f15bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 16:15:18 +0100 Subject: [PATCH] Bump uvloop from 0.15.1 to 0.15.2 (#90) Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.15.1...v0.15.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90fecfc5..9cc76769 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ cryptography==3.4.6 ujson==4.0.1 mashumaro==2.0 typing-inspect==0.6.0; python_version < '3.8' -uvloop==0.15.1; sys_platform != 'win32' +uvloop==0.15.2; sys_platform != 'win32' -- 2.34.1