Skip to content

Commit

Permalink
poetry: update fastapi
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Aug 5, 2024
1 parent 80cba60 commit a8c0283
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 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 @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.111.1"
fastapi = {extras = ["standard"], version = "^0.112.0"}
pynacl = "^1.5.0"
requests = "^2.32.3"
podman = "^5.0.0"
Expand Down

0 comments on commit a8c0283

Please sign in to comment.