From 2fa24be1b7f8a45c6c4d33e64570a30a525809bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 09:53:16 +0000 Subject: [PATCH] Bump ruff from 0.15.22 to 0.16.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.0. - [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.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ba452fa3..b93bfa14 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -15,7 +15,7 @@ python-docx==1.2.0 python-pptx==1.0.2 # Quality tooling — used by .github/workflows/quality.yml and locally. -ruff==0.15.22 +ruff==0.16.0 bandit==1.9.4 pytest==9.1.1 pytest-timeout==2.4.0