From a9d012bfeb2b0ca9be9a85e98bc0ecf27ed98f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:45:28 +0000 Subject: [PATCH] (deps): Update tox requirement in the updates group across 1 directory Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `tox` to 4.30.3 - [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.24.0...4.30.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:development dependency-group: updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 342abd8..5f26651 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy (>=1.14.0,<2.0.0)", "flake8 (>=7.0.0,<8.0.0)", "pre-commit (>=3.0.0,<5.0.0)", - "tox (>=4.24.0,<4.30.0)", + "tox (>=4.24.0,<4.31.0)", ] [tool.black]