From 66c2151d3a0d1e10d2b6413e668d7084614661bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:32:25 +0000 Subject: [PATCH 1/2] Update tox requirement from <4,>=3.23.0 to >=3.23.0,<5 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/3.23.0...4.4.5) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b033e72..a9cf896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ domdf-python-tools>=2.8.1 pytest>=6.2.2 -tox<4,>=3.23.0 +tox>=3.23.0,<5 From c5c93939fc0da4faeb0b09dea57b59a1eedb51d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:32:34 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9cf896..3105bc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ domdf-python-tools>=2.8.1 pytest>=6.2.2 -tox>=3.23.0,<5 +tox<5,>=3.23.0