From 6fedc433c42f7ba5143b279ad4d66434a0728981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:43:56 +0000 Subject: [PATCH] build(deps): bump uvicorn in /services/account_unification Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.3 to 0.52.4. - [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.52.3...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- services/account_unification/pyproject.toml | 2 +- services/account_unification/requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/account_unification/pyproject.toml b/services/account_unification/pyproject.toml index 79d5e39..4a2f822 100644 --- a/services/account_unification/pyproject.toml +++ b/services/account_unification/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "pydantic==2.13.4", "httpx==0.28.1", "pyyaml==6.0.3", - "uvicorn==0.52.3", + "uvicorn==0.52.4", ] [project.optional-dependencies] diff --git a/services/account_unification/requirements-dev.txt b/services/account_unification/requirements-dev.txt index e071985..54a6e97 100644 --- a/services/account_unification/requirements-dev.txt +++ b/services/account_unification/requirements-dev.txt @@ -556,7 +556,7 @@ typing-inspection==0.4.4 \ # via # fastapi # pydantic -uvicorn==0.52.3 \ - --hash=sha256:116af2710dbf47c80f463cd20ee4884b6662f4c9f227d797ddc7279d2fcc2c7c \ - --hash=sha256:18857b9e6579300be55c91c0a1cfd37d9a2cf0cabea33b88275f199eb73b8b58 +uvicorn==0.52.4 \ + --hash=sha256:73acfee47a0b133c5de13d219492d62d8a31e935f4fe6e41a232451a15379f86 \ + --hash=sha256:f86e41a149d7d05a9969337e3946a9c171c06a5d42680896daaba624aeac8da1 # via cwl-idp-account-unification