From d9dc5a67cdfe51b90bd6ff24615df870b19a872b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:55:22 +0000 Subject: [PATCH] build(deps): update ruff requirement from ~=0.13.3 to ~=0.14.2 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.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.2 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..2ef2a935 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.2 slowapi~=0.1.9 sqlalchemy~=2.0.43 starlette~=0.48.0