From c74985c3afdefaa48477a0088ee03c4fb8d74848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:23 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement in /apps/zaicoder/backend 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.6.0...0.15.22) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/zaicoder/backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/zaicoder/backend/requirements-dev.txt b/apps/zaicoder/backend/requirements-dev.txt index 7d67447..343b604 100644 --- a/apps/zaicoder/backend/requirements-dev.txt +++ b/apps/zaicoder/backend/requirements-dev.txt @@ -1,2 +1,2 @@ pytest>=8.0.0 -ruff>=0.6.0 +ruff>=0.15.22