From 396489fd873f68f99f2cbf33e19b19f61557a12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:56:19 +0000 Subject: [PATCH] Bump ruff from 0.15.1 to 0.15.11 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.1 to 0.15.11. - [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.1...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 0c28adc..e639c5b 100644 --- a/requirements.in +++ b/requirements.in @@ -14,4 +14,4 @@ whitenoise==6.11.0 mypy==1.19.1 pre_commit==4.5.1 pytest==9.0.2 -ruff==0.15.1 +ruff==0.15.11 diff --git a/requirements.txt b/requirements.txt index 487b0a3..3332aee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ pytest==9.0.2 # via -r requirements.in pyyaml==6.0.3 # via pre-commit -ruff==0.15.1 +ruff==0.15.11 # via -r requirements.in sqlparse==0.5.5 # via django