From 99997c8c8381e2f6cf1c7a3180e1472d48c21ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:55:25 +0000 Subject: [PATCH] deps(deps-dev): bump ruff from 0.15.22 to 0.16.1 in /backend Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.1. - [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.22...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 0a238ba..2a569fe 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -2,5 +2,5 @@ pytest==9.1.1 pytest-asyncio==1.4.0 aiosqlite==0.22.1 -ruff==0.15.22 +ruff==0.16.1 mypy==2.3.0