From 83c81c72bfabd795a6892752068b3796561a7c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:56:45 +0000 Subject: [PATCH] Update tox requirement from <3.26,>=2.9 to >=2.9,<4.6 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/2.9.0...4.5.1) --- 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 ab91722..545a961 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django-oscar>=2.0,<2.3 coverage django-webtest==1.9.10 pytest-django>=3.7,<4.5 -tox>=2.9,<3.26 +tox>=2.9,<4.6 sorl-thumbnail>=12.4.1,<12.10 # Development