From b6d6447737a5ebecf02f3801a85eb7b72fb544ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:03:34 +0000 Subject: [PATCH] Bump uvicorn from 0.51.0 to 0.52.0 in the minor group Bumps the minor group with 1 update: [uvicorn](https://github.com/Kludex/uvicorn). Updates `uvicorn` from 0.51.0 to 0.52.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.51.0...0.52.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80c89ef..e932028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ python-dateutil==2.9.0.post0 requests==2.34.2 servestatic[brotli]==4.3.1 typogrify==2.1.0 -uvicorn[standard]==0.51.0 +uvicorn[standard]==0.52.0 # oscrypto is a dependency of one of the above packages. # We can go back to mainline oscrypto once # https://github.com/wbond/oscrypto/issues/78 is fixed