Skip to content

Commit

Permalink
⬆️ 🤖 Dependencies: Update uvicorn requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.31.1...0.32.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 6789067 commit 416960f
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 @@ -47,7 +47,7 @@ loguru = ">=0.6.0"
dynaconf = ">=3.2.0"
fastapi = "0.115.3"
requests = "2.32.3"
uvicorn = "0.31.1"
uvicorn = "0.32.0"
apprise = "1.9.0"
asyncz = "0.12.0"
nicegui = "1.4.9"
Expand Down

0 comments on commit 416960f

Please sign in to comment.