From 90982c1abfd3ebb4a4ed1d0565c689ace5235e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:34:53 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from >=0.3 to >=0.15.15 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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/v0.3.0...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ffa0bc..e099914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "pypdf>=6.12.1", "pdfplumber>=0.10", "mypy>=1.8", - "ruff>=0.3", + "ruff>=0.15.15", "reportlab>=4.0,<4.2", "pandas>=3.0.3", ]