From 8e05ca248a982966f757e1d79e85930760aad19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 14:44:17 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.52.4 to 0.53.0 Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.4 to 0.53.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.52.4...0.53.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f56e97b..930c0f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "httpx==0.28.1", "patchright==1.62.2", "pydantic==2.13.5", - "uvicorn[standard]==0.52.4", + "uvicorn[standard]==0.53.0", ] [project.optional-dependencies] diff --git a/requirements.in b/requirements.in index 3ab6b97..215d1d7 100644 --- a/requirements.in +++ b/requirements.in @@ -10,4 +10,4 @@ pytest-asyncio==1.4.0 pytest-cov==7.1.0 ruff==0.16.5 setuptools==84.0.0 -uvicorn[standard]==0.52.4 +uvicorn[standard]==0.53.0