Skip to content

Commit

Permalink
build(deps): update uvicorn requirement from ~=0.32.1 to ~=0.34.0
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.32.1...0.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and CNSeniorious000 committed Dec 16, 2024
1 parent f07845b commit d1de5de
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 @@ -13,7 +13,7 @@ dependencies = [
"pydantic-settings~=2.7.0",
"python-slugify~=8.0.4",
"ruff~=0.8.0",
"uvicorn~=0.32.1",
"uvicorn~=0.34.0",
"watchfiles~=1.0.0",
]

Expand Down

0 comments on commit d1de5de

Please sign in to comment.