Skip to content

Commit

Permalink
Bump uvloop from 0.18.0 to 0.19.0 (#199)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 46e2b76 commit 855243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dev = [
"flit==3.9.0",
"mypy==0.931",
"usort==1.0.8.post1",
"uvloop==0.18.0; sys_platform != 'win32'",
"uvloop==0.19.0; sys_platform != 'win32'",
]
docs = [
"sphinx==7.3.7",
Expand Down

0 comments on commit 855243b

Please sign in to comment.