Skip to content

Commit

Permalink
Merge pull request #14 from Atticuszz/dependabot/pip/fastapi-0.109.0
Browse files Browse the repository at this point in the history
⬆ Bump fastapi from 0.108.0 to 0.109.0
  • Loading branch information
AtticusZeller authored Jan 12, 2024
2 parents c583f38 + 7f805e3 commit 20ca637
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -8,7 +8,7 @@ packages = [{include = "app", from = "src"}]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
fastapi = {extras = ["full"], version = "^0.108.0"}
fastapi = {extras = ["full"], version = "^0.109.0"}
python-dotenv = "^1.0.0"
uvicorn = "^0.25.0"
pydantic = {extras = ["email"], version = "^2.5.3"}
Expand Down

0 comments on commit 20ca637

Please sign in to comment.