Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent ca26932 commit 43d15d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -18,7 +18,7 @@ fastapi-crudrouter = "^0.8.6"
loguru = "^0.6"
pydantic = {version = "^1.10.13", extras = ["ujson", "email"]}
sentry-sdk = "^2.10"
uvicorn = {version = "^0.30.1", extras = ["standard"]}
uvicorn = {version = "^0.30.5", extras = ["standard"]}

[tool.poetry.dev-dependencies]
autoflake = "^1.7"
Expand Down

0 comments on commit 43d15d5

Please sign in to comment.