Commit 0e44c025 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'renovate/fastapi-0.x' into 'main'

fix(deps): update dependency fastapi to ^0.98.0

See merge request to-be-continuous/tools/gcp-auth-provider!39
parents 0c2dd7aa 53fe669f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -77,14 +77,14 @@ files = [

[[package]]
name = "fastapi"
version = "0.97.0"
version = "0.98.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
    {file = "fastapi-0.97.0-py3-none-any.whl", hash = "sha256:95d757511c596409930bd20673358d4a4d709004edb85c5d24d6ffc48fabcbf2"},
    {file = "fastapi-0.97.0.tar.gz", hash = "sha256:b53248ee45f64f19bb7600953696e3edf94b0f7de94df1e5433fc5c6136fa986"},
    {file = "fastapi-0.98.0-py3-none-any.whl", hash = "sha256:f4165fb1fe3610c52cb1b8282c1480de9c34bc270f56a965aa93a884c350d605"},
    {file = "fastapi-0.98.0.tar.gz", hash = "sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b"},
]

[package.dependencies]
@@ -556,4 +556,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "ff86bcdb6ab18ef806aedea086dc4116137e99dd376034a8ccdff3326ab1e8a4"
content-hash = "05f14207dd179c13dc846a385b9420825c5271cae918a1b5d77138868113d69a"
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
fastapi = "^0.97.0"
fastapi = "^0.98.0"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
requests = "^2.28.1"