Commit d5d7124b authored by to be continuous bot's avatar to be continuous bot
Browse files

Merge branch 'renovate/poetry-deps' into 'main'

fix(deps): update dependency uvicorn to ^0.29.0

See merge request to-be-continuous/tools/gcp-auth-provider!65
parents 59b150d8 2cdadc99
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -153,13 +153,13 @@ zstd = ["zstandard (>=0.18.0)"]

[[package]]
name = "uvicorn"
version = "0.28.1"
version = "0.29.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
    {file = "uvicorn-0.28.1-py3-none-any.whl", hash = "sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5"},
    {file = "uvicorn-0.28.1.tar.gz", hash = "sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c"},
    {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"},
    {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"},
]

[package.dependencies]
@@ -173,4 +173,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "4b9e73548dfcb0d7e62e37bc30e56a161339e550f21ce52fefeda2d164959148"
content-hash = "80f37f9738dc4941f066159b9c5e6b205ecf639a5d7c1f2c7f26263b4838c703"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ python = "^3.8"
certifi = "^2024.2.2"
urllib3 = "^2.2.1"
starlette = "^0.37.2"
uvicorn = "^0.28.1"
uvicorn = "^0.29.0"


[build-system]