From 1126499194eececad054bacd39162805f728ff06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:32:31 +0000 Subject: [PATCH] build(deps): update ruff requirement from ~=0.13.3 to ~=0.14.1 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.13.3...0.14.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 459ce7df..911a7512 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ pytest-cov~=6.3.0 pyyaml~=6.0.2 redis~=6.4.0 requests~=2.32.5 -ruff~=0.13.3 +ruff~=0.14.1 slowapi~=0.1.9 sqlalchemy~=2.0.43 starlette~=0.48.0