Skip to content

Commit

Permalink
Bump uvicorn from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.26.0.
- [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.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent c79ab2e commit 9854fd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mypy = "^1.5.1"
pytest = "^7.4.0"
requests = "^2.31.0"
types-requests = "^2.31.0.2"
uvicorn = { version = ">=0.23.2,<0.26.0", extras = ["standard"] }
uvicorn = { version = ">=0.23.2,<0.27.0", extras = ["standard"] }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 9854fd1

Please sign in to comment.