From dbdcef7fd0eda9ef0b0e7f4bf291ce2f7f2d107b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:10:59 +0000 Subject: [PATCH] build(deps-dev): bump the python-dependencies group with 2 updates Updates the requirements on [lizard](https://github.com/terryyin/lizard) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `lizard` to 1.22.2 - [Release notes](https://github.com/terryyin/lizard/releases) - [Changelog](https://github.com/terryyin/lizard/blob/master/CHANGELOG.md) - [Commits](https://github.com/terryyin/lizard/compare/1.22.1...1.22.2) Updates `ruff` to 0.15.14 - [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.14) --- updated-dependencies: - dependency-name: lizard dependency-version: 1.22.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93fff27..d041122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,9 @@ license = "BSD-2-Clause" [project.optional-dependencies] dev = [ "radon>=6.0.1,<7", - "lizard>=1.22.1,<2", + "lizard>=1.22.2,<2", "pre-commit>=4.6.0,<5", - "ruff>=0.15.13,<0.16", + "ruff>=0.15.14,<0.16", "tox>=4.54.0,<5", "pytest>=9.0.3,<10", "pytest-cov>=7.1.0,<8",