From d2c66e2065b468ac7f1f7c99ff67283c68c02dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 18:52:34 +0000 Subject: [PATCH] deps(pip):(deps-dev): bump ruff from 0.15.13 to 0.15.15 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.13 to 0.15.15. - [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.13...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1bff492..165471a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ bandit==1.9.4 ipykernel==7.2.0 mypy==2.1.0 pip-audit==2.10.0 -ruff==0.15.13 \ No newline at end of file +ruff==0.15.15 \ No newline at end of file