From 5fbf02f49b571dd57274fee28f020b360f9418fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 14:44:30 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.16.5 to 0.16.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.5 to 0.16.8. - [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.5...0.16.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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..20f5c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest==9.1.1", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "ruff==0.16.5", + "ruff==0.16.8", ] [project.urls] diff --git a/requirements.in b/requirements.in index 3ab6b97..ca9685b 100644 --- a/requirements.in +++ b/requirements.in @@ -8,6 +8,6 @@ pydantic==2.13.5 pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 -ruff==0.16.5 +ruff==0.16.8 setuptools==84.0.0 uvicorn[standard]==0.52.4