From 59d279a5835be9562893238e66798b865e783b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:35:47 +0000 Subject: [PATCH] chore(deps): bump the python-patch-updates group with 2 updates Bumps the python-patch-updates group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `ruff` from 0.16.3 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.4) Updates `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: ruff dependency-version: 0.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-patch-updates - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-patch-updates ... Signed-off-by: dependabot[bot] --- constraints.lock.txt | 4 ++-- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/constraints.lock.txt b/constraints.lock.txt index 6407bdb..240b73e 100644 --- a/constraints.lock.txt +++ b/constraints.lock.txt @@ -34,12 +34,12 @@ pytest==9.1.1 python-dotenv==1.2.3 PyYAML==6.0.3 requests==2.34.2 -ruff==0.16.3 +ruff==0.16.4 starlette==1.4.1 typing-inspection==0.4.4 typing_extensions==4.16.0 urllib3==2.7.0 -uvicorn==0.52.3 +uvicorn==0.52.4 uvloop==0.22.1 watchfiles==1.2.0 websockets==16.1.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0cb433a..b98e001 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ httpx==0.28.1 pytest==9.1.1 PyYAML==6.0.3 -ruff==0.16.3 +ruff==0.16.4 diff --git a/requirements.txt b/requirements.txt index 9519d81..3f15b57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ opentelemetry-exporter-otlp-proto-http==1.44.0 opentelemetry-instrumentation-fastapi==0.65b0 opentelemetry-sdk==1.44.0 prometheus-client==0.26.0 -uvicorn[standard]==0.52.3 +uvicorn[standard]==0.52.4