Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bump uvloop from 0.18.0 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 5c5cd66 commit 2b17753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aiocache==0.12.2
aiomcache==0.8.1
ujson==5.8.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.18.0; python_version >= '3.7'
uvloop==0.19.0; python_version >= '3.7'
asyncpg==0.28.0
jsonschema==4.19.1
gunicorn==21.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"aiomcache==0.8.1",
"ujson==5.8.0",
"uvloop==0.14.0; python_version < '3.7'",
"uvloop==0.18.0; python_version >= '3.7'",
"uvloop==0.19.0; python_version >= '3.7'",
"asyncpg==0.28.0",
"jsonschema==4.19.1",
"gunicorn==21.2.0",
Expand Down

0 comments on commit 2b17753

Please sign in to comment.