From e3a18f8cfb7b584dc2a5bcaa90ee40dfd375bad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 04:03:42 +0000 Subject: [PATCH] Update tox requirement from <4.0,>=2.5 to >=2.5,<5.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/2.5.0...4.0.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2c0a449..ce316a0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,5 +2,5 @@ pylint>=1.6,<3 pytest>=3.0,<7 coverage>=4.3,<7 setuptools_scm>=1.15,<7.0 -tox>=2.5,<4.0 +tox>=2.5,<5.0 pytest-cov>=2.5,<4.0 \ No newline at end of file