From 5fd34fcdaec829020b26bac01f4a57282f74bb46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:03:19 +0000 Subject: [PATCH] Bump uvloop from 0.16.0 to 0.17.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tcsocket/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsocket/requirements.txt b/tcsocket/requirements.txt index 631165e..389fec9 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -12,7 +12,7 @@ pillow==9.2.0 pydantic[email]==1.9.1 raven==6.10.0 requests==2.28.1 -uvloop==0.16.0 +uvloop==0.17.0 ipython==8.4.0 pgcli==3.4.1 ipython-sql==0.4.1