Skip to content

Commit

Permalink
Bump uvicorn from 0.25.0 to 0.27.0.post1
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.27.0.post1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.25.0...0.27.0.post1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 78b43ab commit 617c32f
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 @@ -10,7 +10,7 @@ dependencies = [
"fastapi[all]==0.109.2",
"PyJWT==2.8.0",
"python-ldap==3.4.4",
"uvicorn==0.25.0"
"uvicorn==0.27.0.post1"
]

[project.urls]
Expand Down

0 comments on commit 617c32f

Please sign in to comment.