From de55dbd118ffe3694fdac7e4f7559f77e7ba4441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:41:48 +0000 Subject: [PATCH] build(deps-dev): bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [lizard](https://github.com/terryyin/lizard), [ruff](https://github.com/astral-sh/ruff) and [tox](https://github.com/tox-dev/tox) 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.15 - [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.15) Updates `tox` to 4.55.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.54.0...4.55.0) --- 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.15 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: tox dependency-version: 4.55.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93fff27..99e2487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ 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", - "tox>=4.54.0,<5", + "ruff>=0.15.15,<0.16", + "tox>=4.55.0,<5", "pytest>=9.0.3,<10", "pytest-cov>=7.1.0,<8", "mkdocs>=1.6.1,<2",