Skip to content

Commit

Permalink
⬆️(project) upgrade uvicorn to v0.34.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | uvicorn | 0.32.0 | 0.34.0 |
  • Loading branch information
renovate[bot] authored and jmaupetit committed Dec 16, 2024
1 parent a66e8b8 commit 3b6b4b0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
97 changes: 52 additions & 45 deletions src/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 src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = [{ include = "playground" }]
python = "^3.9"
polyfactory= "2.18.0"
py-ocpi = "0.3.1"
uvicorn = { version = "0.32.0", extras = ["standard"] }
uvicorn = { version = "0.34.0", extras = ["standard"] }

[tool.poetry.group.dev.dependencies]
black = "24.10.0"
Expand Down

0 comments on commit 3b6b4b0

Please sign in to comment.