Skip to content

Commit

Permalink
fix(deps): update dependency fastapi to ^0.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 18, 2023
1 parent 72178fe commit 4bd1cfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions backend-python/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-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{ include = "backend_python" }]

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.98.0"
fastapi = "^0.100.0"
uvicorn = "^0.22.0"
sqlalchemy = "^2.0.15"
pydantic = {version ="^1.10.9", extras = ["email"]}
Expand Down

0 comments on commit 4bd1cfe

Please sign in to comment.