Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
  • Loading branch information
renovate[bot] and DerekRoberts authored Dec 21, 2024
1 parent d9ae54d commit 0971ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions backend-py/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 backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "backend_python" }]
[tool.poetry.dependencies]
python = "^3.13"
fastapi = "^0.115.0"
uvicorn = "^0.32.0"
uvicorn = "^0.34.0"
sqlalchemy = "^2.0.32"
pydantic = {version ="^2.0.0", extras = ["email"]}
requests = "^2.31.0"
Expand Down

0 comments on commit 0971ff7

Please sign in to comment.