Merge pull request 'chore(deps): update dependency uvicorn to ^0.29.0' (#198) from renovate/uvicorn-0.x into master
divent / lint (push) Successful in 1m54s Details
divent / docker (push) Successful in 1m1s Details
divent / pypi (push) Has been skipped Details

Reviewed-on: #198
This commit is contained in:
Michel Roux 2024-03-21 09:46:54 +00:00
commit 7b518d4e99
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1532,13 +1532,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]
@ -1701,4 +1701,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0.0"
content-hash = "f8d6f2d148adba1120b17678a0e68c6a385f1d05398db4217e2e00edae687e3c"
content-hash = "5df488fc80d7fcec334e192ecc1d6698af9569d5c73eaf04661f691b15a34d4b"

View File

@ -18,7 +18,7 @@ ics = "0.8.0.dev0"
python-dotenv = "^1.0.1"
quart = "^0.19.4"
requests-oauthlib = "^1.4.0"
uvicorn = "^0.28.0"
uvicorn = "^0.29.0"
[tool.poetry.dev-dependencies]
black = "^24.2.0"