From d56b1a5b24b900cd29eaf07d81c781c30783f4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 16:39:52 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.34.0 to 0.34.2 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.0 to 0.34.2. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.0...0.34.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a64b6e2..e3745f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1193,14 +1193,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.34.0" +version = "0.34.2" 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.34.2-py3-none-any.whl", hash = "sha256:deb49af569084536d269fe0a6d67e3754f104cf03aba7c11c40f01aadf33c403"}, + {file = "uvicorn-0.34.2.tar.gz", hash = "sha256:0e929828f6186353a80b58ea719861d2629d766293b6d19baf086ba31d4f3328"}, ] [package.dependencies] @@ -1213,4 +1213,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "c1e41197c4389bc6aa12caf0ee97fb4c5534e458508cc737e759e53958a9cf50" +content-hash = "499a372e61e8f220555c4cb6a78dd66571fb3fa6c2c7410301126be47ebfc8f5" diff --git a/pyproject.toml b/pyproject.toml index a31de4c..fd0cc30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ fastapi = { version = "^0.115.12", extras = ["anyio=^4.4.0"]} requests = "^2.32.3" python-keycloak = "^5.3.1" pydantic-settings = "^2.8.1" -uvicorn = "^0.34.0" +uvicorn = "^0.34.2" regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} pyjwt = "^2.10.1"