Skip to content

Commit fdbe5cc

Browse files
Update dependency fastapi to v0.112.0
1 parent 9c823b5 commit fdbe5cc

File tree

2 files changed

+112
-7
lines changed

2 files changed

+112
-7
lines changed

poetry.lock

Lines changed: 111 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "hackspaceapi"}]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10"
13-
fastapi = {version = "0.110.1", extras = ["all"]}
13+
fastapi = {version = "0.112.0", extras = ["all"]}
1414
requests = "2.31.0"
1515
cachetools = "^5.3.1"
1616
ics = "0.7.2"

0 commit comments

Comments
 (0)