From af70f03bd2726bbea29aef3af28e53b8025ec869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:20:51 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.4.8 to 0.15.18 in /backend Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.15.18. - [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.4.8...0.15.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e6b40a0..26cf69b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest-cov>=5.0.0", "httpx>=0.28.0", "anyio[trio]>=4.0.0", - "ruff==0.4.8", + "ruff==0.15.18", "mypy>=1.13.0", "sqlalchemy[mypy]>=2.0.0", "types-redis",