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

Commit

Permalink
chore(deps): update dependency uvloop to >=0.21,<0.22 (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 657c1d8 commit 7f09fdc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
]
optional-dependencies.non-termux = [
"aiodns>=1.1,<4",
"uvloop>=0.14,<0.21; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux')",
"uvloop>=0.21,<0.22; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux')",
]
optional-dependencies.nuitka = ["nuitka==2.4.9"]
urls.repository = "https://github.com/monosans/nitro-generator-checker"
Expand Down
Loading

0 comments on commit 7f09fdc

Please sign in to comment.