From d9158ecf6fc077e4dbc8255f7bd64b6ada30b322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:46:21 +0000 Subject: [PATCH] Bump ruff from 0.15.17 to 0.15.20 in /mailbox-app Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 to 0.15.20. - [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.17...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mailbox-app/requirements/constraints.txt | 2 +- mailbox-app/requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox-app/requirements/constraints.txt b/mailbox-app/requirements/constraints.txt index f76a291..a57f03a 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -16,7 +16,7 @@ pytest==9.1.1 pytest-cov==7.0.0 pytest-django==4.12.0 python-dotenv==1.2.2 -ruff==0.15.17 +ruff==0.15.20 sqlparse==0.5.5 webencodings==0.5.1 whitenoise==6.11.0 diff --git a/mailbox-app/requirements/development.txt b/mailbox-app/requirements/development.txt index edb9ce9..ff4f767 100644 --- a/mailbox-app/requirements/development.txt +++ b/mailbox-app/requirements/development.txt @@ -5,4 +5,4 @@ pip-audit==2.10.0 pytest==9.1.1 pytest-cov==7.0.0 pytest-django==4.12.0 -ruff==0.15.17 +ruff==0.15.20