From ba60cbae2899a2970bc53b4aebf6df69cb6eef6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:42:54 +0000 Subject: [PATCH] :arrow_up: Update tox requirement from ~=4.18.1 to >=4.18.1,<4.20.0 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [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.18.1...4.19.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a3e163..504b5be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "pre-commit~=3.8.0", "mypy~=1.11.2", "ruff~=0.6.5", - "tox~=4.18.1" + "tox>=4.18.1,<4.20.0" ] [project.scripts]