From fd9b977430e41185718931aa44b06c738dc34e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:59:49 +0000 Subject: [PATCH] Bump uvloop from 0.17.0 to 0.18.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.17.0...v0.18.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 b6dc0f4d..c55219a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asyncpg==0.28.0 jsonschema==4.19.1 Cython==3.0.3 cyvcf2==0.30.22 -uvloop==0.17.0 +uvloop==0.18.0 aiocache==0.11.1 ujson==5.8.0 Authlib==1.2.1 diff --git a/setup.py b/setup.py index 2ac0a231..965a29d9 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "aiohttp-cors==0.7.0", "jsonschema==4.19.1", "gunicorn==21.2.0", - "uvloop==0.17.0", + "uvloop==0.18.0", "cyvcf2==0.30.22", "aiocache==0.11.1", "ujson==5.8.0",