From 193bc17e4bad2f9d328d3b6abd3d757425f89a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:13:16 +0000 Subject: [PATCH] Bump uvicorn from 0.35.0 to 0.52.4 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 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.35.0...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1720d4d..1ce530b 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] fastapi = "==0.141.1" pymarc = "==5.4.0" -uvicorn = {version = "==0.52.3", extras = ["standard"]} +uvicorn = {version = "==0.52.4", extras = ["standard"]} xmltodict = "==1.0.4" zeep = {version = "==4.3.3", extras = ["async"]} httpx = "==0.28.1"