Merge pull request 'chore(deps): update dependency fastapi to ^0.115.8' (#64) from renovate/fastapi-0.x into main
All checks were successful
pilotwings / python (push) Successful in 1m19s
pilotwings / node (push) Successful in 25s
pilotwings / docker (push) Successful in 1m25s

Reviewed-on: #64
This commit is contained in:
Michel Roux 2025-01-31 08:35:44 +00:00
commit 0149daa365
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -258,14 +258,14 @@ test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.115.7"
version = "0.115.8"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "fastapi-0.115.7-py3-none-any.whl", hash = "sha256:eb6a8c8bf7f26009e8147111ff15b5177a0e19bb4a45bc3486ab14804539d21e"},
{file = "fastapi-0.115.7.tar.gz", hash = "sha256:0f106da6c01d88a6786b3248fb4d7a940d071f6f488488898ad5d354b25ed015"},
{file = "fastapi-0.115.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"},
{file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"},
]
[package.dependencies]
@ -1425,4 +1425,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = ">=3.8"
content-hash = "b4b455ca4381c89b32d30673c20101f4846bc39855e585461b62d55bc8c8ddd2"
content-hash = "7fe0e7c9e9537edd9c9e2639089f4136880bc049757c75134be3a62a452b0730"

View File

@ -12,7 +12,7 @@ pilotwings = 'backend.pilotwings:launch'
[tool.poetry.dependencies]
python = ">=3.8"
docker = "^7.1.0"
fastapi = {extras = ["standard"], version = "^0.115.7"}
fastapi = {extras = ["standard"], version = "^0.115.8"}
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]