Skip to content

Commit 6adc79c

Browse files
Update dependency fastapi to v0.110.2
1 parent 33af899 commit 6adc79c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.110.2", extras = ["all"]}
1414
requests = "2.31.0"
1515
cachetools = "^5.3.1"
1616
ics = "0.7.2"

0 commit comments

Comments
 (0)