Skip to content

Commit

Permalink
chore(deps): bump uvicorn in the production-dependencies group
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 1 update: [uvicorn](https://github.com/encode/uvicorn).


Updates `uvicorn` from 0.29.0 to 0.30.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.29.0...0.30.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 0be7be7 commit eca80f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 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 @@ -20,7 +20,7 @@ python-multipart = "^0.0.9" # for settings form
starlette = "^0.37.1"
timeago = "^1.0.16"
tldextract = "^5.1.2"
uvicorn = {version = "^0.29.0", extras = ["standard"]}
uvicorn = {version = "^0.30.1", extras = ["standard"]}

[tool.poetry.dev-dependencies]
coverage = {version = "*", extras = ["toml"]}
Expand Down

0 comments on commit eca80f3

Please sign in to comment.