From b63edbd42829c71b10df76c74fb1387810e6f097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:42:52 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.46.0 to 0.48.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.46.0 to 0.48.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.46.0...0.48.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fd236381..39346c6c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "acachecontrol" @@ -3693,14 +3693,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.46.0" +version = "0.48.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.46.0-py3-none-any.whl", hash = "sha256:bbebbcbed972d162afca128605223022bedd345b7bc7855ce66deb31487a9048"}, - {file = "uvicorn-0.46.0.tar.gz", hash = "sha256:fb9da0926999cc6cb22dc7cd71a94a632f078e6ae47ff683c5c420750fb7413d"}, + {file = "uvicorn-0.48.0-py3-none-any.whl", hash = "sha256:48097851328b87ec36117d3d575234519eb58c2b22d79666e9bbc6c49a761dad"}, + {file = "uvicorn-0.48.0.tar.gz", hash = "sha256:a5504207195d08c2511bf9125ede5ac4a4b71725d519e758d01dcf0bc2d31c37"}, ] [package.dependencies] @@ -3908,4 +3908,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "b8858b6b10c2d163c6a94446aa6bce3183e5ae6a6d40a35b465cd00b7c511ace" +content-hash = "412771e06ac8d0f8408ae1d20dc36869112be36ca00ee9a520805f13c38e516f" diff --git a/pyproject.toml b/pyproject.toml index 7e75c43c..91d9e12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python-stdnum = "^2.2" redis = "^7.4.0" sentry-sdk = { extras = ["fastapi"], version = "^2.58.0" } single-source = "^0.4.0" -uvicorn = "^0.46.0" +uvicorn = ">=0.46,<0.49" mirth-client = "^4.1.0" ukrdc-stats = "^2.11.0" ukrdc-xsdata = "^3.4.5"