From bf7d662679eaca58d037f741610d159245f6c410 Mon Sep 17 00:00:00 2001 From: Jan Gosmann Date: Fri, 5 Jan 2024 14:24:28 +0100 Subject: [PATCH] Update uvicorn to v0.25.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83dd4bc..799bf32 100755 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -921,8 +921,8 @@ astroid = ">=3.0.1,<=3.1.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.6", markers = "python_version >= \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -1190,13 +1190,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.25.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, + {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, ] [package.dependencies] @@ -1553,4 +1553,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "854234738fac93617d60097228cb25cf69ad6f22ffa493533f8ec5387b18edd8" +content-hash = "cf38b6488930d15e46bc4186200f934de5c324baa9cdd9570459d48d94287f3b" diff --git a/pyproject.toml b/pyproject.toml index 79ed83b..da73c8f 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ bite-parser = "^0.2.3" dataclasses-serialization = "^1.3.1" prometheus_client = "^0.19.0" python = "^3.8" -uvicorn = {extras = ["standard"], version = "^0.23.2"} +uvicorn = {extras = ["standard"], version = "^0.25.0"} xsdata = ">=21.9" [tool.poetry.dev-dependencies]