From 5c9c99c6b990129b4ed7533365f9fc9089ecb1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:50:05 +0000 Subject: [PATCH] chore(deps): update ruff requirement in /scripts/project-templates/web 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/v0.2.0...0.14.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..8be6d7b 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -27,5 +27,5 @@ pytest-asyncio>=0.23.0,<0.24.0 # Code Quality black>=24.1.0,<25.0.0 -ruff>=0.2.0,<0.3.0 +ruff>=0.2.0,<0.15.0 mypy>=1.8.0,<2.0.0