From a174275a65c7f9adf874c47208e7a512ec0008eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 22:04:41 +0000 Subject: [PATCH] Bump uvloop from 0.15.2 to 0.15.3 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.15.2...v0.15.3) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3daf3f..dd28b67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asyncpg==0.23.0 aiohttp==3.7.4.post0 -uvloop==0.15.2 +uvloop==0.15.3 gunicorn>=20.0.1 certifi==2021.5.30