From 9a4124444375bc074a160a990ce7d2f66e5ec109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:13:16 +0000 Subject: [PATCH] Bump uvloop from 0.15.2 to 0.19.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.15.2 to 0.19.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.15.2...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 462b111..ebea2b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,5 +30,5 @@ sanic==22.12.0 six==1.16.0 ujson==5.9.0 urllib3==1.26.18 -uvloop==0.15.2 +uvloop==0.19.0 websockets==10.4