From c8f6011fb6ecc95f6b9d1622698f0dacf687df29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 02:08:31 +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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 198969d..eb485b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ keystoneauth1==4.3.1 git+https://github.com/cscfi/swift-browser-ui.git certifi==2021.5.30 gunicorn>=20.0.1 -uvloop==0.15.2 +uvloop==0.15.3 diff --git a/setup.py b/setup.py index 893b72e..62e1817 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "python-swiftclient==3.12.0", "keystoneauth1==4.3.1", "gunicorn>=20.0.1", - "uvloop==0.15.2", + "uvloop==0.15.3", "certifi==2021.5.30", "swift-browser-ui" "@ git+https://github.com/cscfi/swift-browser-ui.git", ],