Bump uvloop from 0.15.3 to 0.16.0 (#149)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 18 Aug 2021 14:02:08 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Aug 2021 14:02:08 +0000 (16:02 +0200)
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.15.3 to 0.16.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](https://github.com/MagicStack/uvloop/compare/v0.15.3...v0.16.0)

---
updated-dependencies:
- dependency-name: uvloop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
requirements.txt

index 7ef73afe6f29283f41f16810dd745352c213fda3..dadcd7db6b27e328d1f2dfb76cc7b32aed31653e 100644 (file)
@@ -20,4 +20,4 @@ cryptography==3.4.7
 ujson==4.0.2
 mashumaro==2.6.1
 typing-inspect==0.6.0; python_version < '3.8'
-uvloop==0.15.3; sys_platform != 'win32'
+uvloop==0.16.0; sys_platform != 'win32'