Skip to content

Commit

Permalink
Bump uvicorn from 0.23.2 to 0.27.0.post1 (#292)
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 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.23.2...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent 956d287 commit c06e1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ typing-extensions==4.8.0
# pydantic-core
urllib3==2.0.7
# via requests
uvicorn==0.23.2
uvicorn==0.27.0.post1
# via fastapi-nano (pyproject.toml)
wheel==0.42.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ typing-extensions==4.8.0
# fastapi
# pydantic
# pydantic-core
uvicorn==0.23.2
uvicorn==0.27.0.post1
# via fastapi-nano (pyproject.toml)

0 comments on commit c06e1f6

Please sign in to comment.