From 804e443cb323cf38eaffdad2e3027f50a7fae049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:38:13 +0000 Subject: [PATCH] chore(deps): bump the python-deps group with 2 updates Bumps the python-deps group with 2 updates: [uvicorn](https://github.com/Kludex/uvicorn) and [ruff](https://github.com/astral-sh/ruff). Updates `uvicorn` from 0.41.0 to 0.42.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.41.0...0.42.0) Updates `ruff` from 0.15.5 to 0.15.6 - [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.15.5...0.15.6) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdacbb7..199adbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" license = { text = "Apache-2.0" } dependencies = [ "fastapi==0.135.1", - "uvicorn==0.41.0", + "uvicorn==0.42.0", "pydantic==2.12.5", "typer==0.24.1", "click==8.3.1", @@ -42,7 +42,7 @@ dev = [ "pytest==9.0.2", "pytest-cov>=5.0.0", "build>=1.2.0", - "ruff==0.15.5", + "ruff==0.15.6", "pre-commit==4.5.1", "httpx<0.29", ] diff --git a/requirements.txt b/requirements.txt index c954934..dbd1bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.135.1 -uvicorn==0.41.0 +uvicorn==0.42.0 pydantic==2.12.5 typer==0.24.1 click==8.3.1 # pin: Typer 0.9 compatibility; avoid make_metavar signature mismatch