From cca5c1dd711459835076519771f659d12f4ee5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:13:03 +0000 Subject: [PATCH] build(deps-dev): bump the python-dependencies group across 1 directory with 4 updates Updates the requirements on [lizard](https://github.com/terryyin/lizard), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `lizard` to 1.23.0 - [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.23.0) Updates `ruff` to 0.15.16 - [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.16) Updates `tox` to 4.55.1 - [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.1) Updates `hatchling` to 1.30.1 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.29.0...hatchling-v1.30.1) --- updated-dependencies: - dependency-name: lizard dependency-version: 1.23.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: tox dependency-version: 4.55.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: hatchling dependency-version: 1.30.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93fff27..78fae59 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.23.0,<2", "pre-commit>=4.6.0,<5", - "ruff>=0.15.13,<0.16", - "tox>=4.54.0,<5", + "ruff>=0.15.16,<0.16", + "tox>=4.55.1,<5", "pytest>=9.0.3,<10", "pytest-cov>=7.1.0,<8", "mkdocs>=1.6.1,<2", @@ -23,7 +23,7 @@ dev = [ ] [build-system] -requires = ["hatchling>=1.29.0,<2"] +requires = ["hatchling>=1.30.1,<2"] build-backend = "hatchling.build" [tool.pyrefly]