From e797d8eff950eac20b43f6d50ea69b86d2ef1bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:39:24 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.38.0 to 0.40.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.38.0 to 0.40.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.38.0...0.40.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.40.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 2e72588..e8f0ecb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1392,14 +1392,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "uvicorn" -version = "0.38.0" +version = "0.40.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.38.0-py3-none-any.whl", hash = "sha256:48c0afd214ceb59340075b4a052ea1ee91c16fbc2a9b1469cca0e54566977b02"}, - {file = "uvicorn-0.38.0.tar.gz", hash = "sha256:fd97093bdd120a2609fc0d3afe931d4d4ad688b6e75f0f929fde1bc36fe0e91d"}, + {file = "uvicorn-0.40.0-py3-none-any.whl", hash = "sha256:c6c8f55bc8bf13eb6fa9ff87ad62308bbbc33d0b67f84293151efe87e0d5f2ee"}, + {file = "uvicorn-0.40.0.tar.gz", hash = "sha256:839676675e87e73694518b5574fd0f24c9d97b46bea16df7b8c05ea1a51071ea"}, ] [package.dependencies] @@ -1412,4 +1412,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2437d5dc2f355a67526ef6be7e17c675797274fbded0e8e5e0077572a213c5bd" +content-hash = "ee218ebe038e6b00e150144815610ec141fea73e90a9aaa0c57636cf2d677b71" diff --git a/pyproject.toml b/pyproject.toml index a09d4eb..74ad18d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ fastapi = { version = "^0.128.0", extras = ["anyio=^4.4.0"]} requests = "^2.32.5" python-keycloak = "^5.8.1" pydantic-settings = "^2.12.0" -uvicorn = "^0.38.0" +uvicorn = "^0.40.0" regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} pyjwt = "^2.10.1"