Skip to content

Commit

Permalink
build(deps): 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.17.6...0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 21, 2023
1 parent f80f6de commit 1c7da83
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 @@ -46,7 +46,7 @@ mkdocs-material = "^9.1.8"
httpx = ">=0.24,<0.26"
asgi-lifespan = "^2.1.0"
requests = "^2.29.0"
uvicorn = { version = ">=0.17.6,<0.25.0", optional = true }
uvicorn = { version = ">=0.17.6,<0.26.0", optional = true }
Jinja2 = "^3.1.2"
pyjwt = "^2.4.0"
six = "^1.16.0"
Expand Down

0 comments on commit 1c7da83

Please sign in to comment.