Skip to content

Commit

Permalink
⬆️(project) upgrade uvicorn to v0.31.1
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | uvicorn | 0.31.0 | 0.31.1 |
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent f9d6986 commit c6938d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.17.0"
py-ocpi = "0.3.1"
uvicorn = { version = "0.31.0", extras = ["standard"] }
uvicorn = { version = "0.31.1", extras = ["standard"] }

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

0 comments on commit c6938d4

Please sign in to comment.