Skip to content

Commit

Permalink
Update dependency fastapi to v0.113.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 9d47183 commit 0ab1018
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 7 deletions.
116 changes: 110 additions & 6 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 @@ -10,7 +10,7 @@ packages = [{include = "hackspaceapi"}]

[tool.poetry.dependencies]
python = "^3.10"
fastapi = {version = "0.110.1", extras = ["all"]}
fastapi = {version = "0.113.0", extras = ["all"]}
requests = "2.31.0"
cachetools = "^5.3.1"
ics = "0.7.2"
Expand Down

0 comments on commit 0ab1018

Please sign in to comment.