Merge pull request 'chore(deps): update dependency fastapi to ^0.115.6' (#29) from renovate/fastapi-0.x into main
All checks were successful
pilotwings / python (push) Successful in 2m53s
pilotwings / node (push) Successful in 43s
pilotwings / docker (push) Successful in 1m18s

Reviewed-on: #29
This commit is contained in:
Michel Roux 2024-12-04 22:25:28 +00:00
commit 6e03a88940
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -259,13 +259,13 @@ test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.115.5"
version = "0.115.6"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
files = [
{file = "fastapi-0.115.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"},
{file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"},
{file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"},
{file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"},
]
[package.dependencies]
@ -1363,4 +1363,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.8"
content-hash = "ca4a304d7a9e302e2b0a949af5e0acd050fe2e91e5efe165e527ed5f0e3d330b"
content-hash = "a9ec613228da1d7bc758c7da2c3948b261c349db2d976e21fabf64b310f74019"

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.5"}
fastapi = {extras = ["standard"], version = "^0.115.6"}
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]