From 3091840296a534d849663f3f8392e5c0b10bdd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:04:09 +0000 Subject: [PATCH] Bump uvicorn from 0.42.0 to 0.43.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.42.0 to 0.43.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.42.0...0.43.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f828b1..a724e50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1579,14 +1579,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.42.0" +version = "0.43.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.42.0-py3-none-any.whl", hash = "sha256:96c30f5c7abe6f74ae8900a70e92b85ad6613b745d4879eb9b16ccad15645359"}, - {file = "uvicorn-0.42.0.tar.gz", hash = "sha256:9b1f190ce15a2dd22e7758651d9b6d12df09a13d51ba5bf4fc33c383a48e1775"}, + {file = "uvicorn-0.43.0-py3-none-any.whl", hash = "sha256:46fac64f487fd968cd999e5e49efbbe64bd231b5bd8b4a0b482a23ebce499620"}, + {file = "uvicorn-0.43.0.tar.gz", hash = "sha256:ab1652d2fb23abf124f36ccc399828558880def222c3cb3d98d24021520dc6e8"}, ] [package.dependencies] @@ -1957,4 +1957,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5644cd635838d84866244fbaa13080378f1b4c4aac24574cbcac724c28b51104" +content-hash = "cf9cbd2a9d778e0bca007726cebc962d19ced11c163278b476b0c1593c356e7e" diff --git a/pyproject.toml b/pyproject.toml index 158c258..8b2de29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ Quart = "^0.20" aiohttp = "^3.13" Flask-Caching = "^2.3" sentry-sdk = "^2.56" -uvicorn = {extras = ["standard"], version = "^0.42"} +uvicorn = {extras = ["standard"], version = "^0.43"} coloredlogs = "*" [tool.poetry.dev-dependencies]