Skip to content

Commit f444168

Browse files
Update dependency fastapi to v0.110.1 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1b3880 commit f444168

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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.0", extras = ["all"]}
13+
fastapi = {version = "0.110.1", extras = ["all"]}
1414
requests = "2.31.0"
1515
cachetools = "^5.3.1"
1616
ics = "0.7.2"

0 commit comments

Comments
 (0)