From dad802fcad87f18ed0c5dd7cb9f9732a6b559187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 11:01:22 +0000 Subject: [PATCH] Update tox requirement from <3.26,>=3.17 to >=3.17,<4.2 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.17.0...4.1.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d25db4b..df2ea09 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'sorl-thumbnail', 'factory-boy>=3.2,<3.3', 'coverage>=5.5,<6.4', - 'tox>=3.17,<3.26', + 'tox>=3.17,<4.2', ]