Skip to content

Commit

Permalink
⬆️ Update uvloop requirement from >=0.19,<0.21 to >=0.19,<0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [uvloop](https://github.com/MagicStack/uvloop) to permit the latest version.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.19.0...v0.21.0)

---
updated-dependencies:
- dependency-name: uvloop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent a7360b8 commit e6e7540
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 @@ -39,7 +39,7 @@ convention = "google"
python = "^3.12"
asyncpg = "^0.29.0"
anyserial = "^0.1.0"
uvloop = ">=0.19,<0.21"
uvloop = ">=0.19,<0.22"

[tool.poetry.dev-dependencies]
bandit = "^1.7.7"
Expand Down

0 comments on commit e6e7540

Please sign in to comment.