From 84fcc1b24ab76fe2745cab335a436d6d204cbca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:29:02 +0000 Subject: [PATCH] chore: Update Python dep: bump uvicorn from 0.34.0 to 0.39.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.34.0 to 0.39.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.34.0...0.39.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 36667ce..038bd6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -1216,14 +1216,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.34.0" +version = "0.39.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, - {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, + {file = "uvicorn-0.39.0-py3-none-any.whl", hash = "sha256:7beec21bd2693562b386285b188a7963b06853c0d006302b3e4cfed950c9929a"}, + {file = "uvicorn-0.39.0.tar.gz", hash = "sha256:610512b19baa93423d2892d7823741f6d27717b642c8964000d7194dded19302"}, ] [package.dependencies] @@ -1232,7 +1232,7 @@ h11 = ">=0.8" typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} [package.extras] -standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.13)", "websockets (>=10.4)"] +standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.15.1) ; sys_platform != \"win32\" and sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\"", "watchfiles (>=0.13)", "websockets (>=10.4)"] [[package]] name = "win32-setctime" @@ -1333,4 +1333,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "7d1a09104e737cfe6fbd5f2082afeef1d29cd5678428b1e7524e6060b008e644" +content-hash = "46fdb66bd29efa40ecc07c5d2fea63b7ac66e2b388f158d8e067af0e5f0720bf" diff --git a/pyproject.toml b/pyproject.toml index b2de9ec..d3aabb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ deprecated = "^1.2" loguru = "*" fastapi = "^0.116.0" pydantic = "^2.10.4" -uvicorn = "^0.34.0" +uvicorn = "^0.39.0" jinja2 = ">=3.1.6" h11 = ">=0.16.0"