From a2097f9fe5039a541d0983ca612c6d289f020f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 04:22:51 +0000 Subject: [PATCH] Bump uvloop from 0.16.0 to 0.17.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1740eb75..4504b35e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asyncpg==0.26.0 jsonschema==4.16.0 Cython==0.29.32 cyvcf2==0.30.16 -uvloop==0.16.0 +uvloop==0.17.0 aiocache==0.11.1 ujson==5.5.0 Authlib==1.0.1 diff --git a/setup.py b/setup.py index e914cac1..27265478 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "aiohttp-cors==0.7.0", "jsonschema==4.16.0", "gunicorn==20.1.0", - "uvloop==0.16.0", + "uvloop==0.17.0", "cyvcf2==0.30.16", "aiocache==0.11.1", "ujson==5.5.0",