From a1eec3b95980ef59bc791f881584e4718d942655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:19:01 +0000 Subject: [PATCH] chore(deps-dev): bump ruff Bumps the python-minor-patch group in /apps/backend with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.7 to 0.15.8 - [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.15.7...0.15.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- apps/backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index 1804da3..e68606e 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -7,7 +7,7 @@ pytest-xdist==3.8.0 httpx==0.28.1 respx==0.22.0 black==26.3.1 -ruff==0.15.7 +ruff==0.15.8 mypy==1.19.1 bandit==1.9.4 safety==3.7.0