Skip to content

Commit

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

---
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 Nov 25, 2024
1 parent a023fac commit 5978bdf
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 45 deletions.
95 changes: 51 additions & 44 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 @@ -25,7 +25,7 @@ tesla-smart-charger = "tesla_smart_charger.__main__:main"
python = "^3.8, <4.0"
requests = "^2.32.3"
fastapi = "^0.115.5"
uvicorn = {extras = ["standard"], version = "^0.32.0"}
uvicorn = {extras = ["standard"], version = "^0.32.1"}
retrying = "^1.3.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 5978bdf

Please sign in to comment.