From 2b1775387e0017471764d4f2439f87d23a3bd99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:29:40 +0000 Subject: [PATCH] Bump uvloop from 0.18.0 to 0.19.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.18.0...v0.19.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 9f681bc..160ed5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiocache==0.12.2 aiomcache==0.8.1 ujson==5.8.0 uvloop==0.14.0; python_version < '3.7' -uvloop==0.18.0; python_version >= '3.7' +uvloop==0.19.0; python_version >= '3.7' asyncpg==0.28.0 jsonschema==4.19.1 gunicorn==21.2.0 diff --git a/setup.py b/setup.py index dda3696..dafb9cf 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "aiomcache==0.8.1", "ujson==5.8.0", "uvloop==0.14.0; python_version < '3.7'", - "uvloop==0.18.0; python_version >= '3.7'", + "uvloop==0.19.0; python_version >= '3.7'", "asyncpg==0.28.0", "jsonschema==4.19.1", "gunicorn==21.2.0",