From 693a408f2e489d4ac861bec56e7f1fdd7235e16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:47:05 +0000 Subject: [PATCH] Update tox requirement from <4.15,>=4.0 to >=4.0,<4.16 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.0.0...4.15.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 3e56b661..fe5ada2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dev = [ "ruff>=0.3,<0.5", "build>=1.0,<1.3", - "tox>=4.0,<4.15", # Python test environment manager + "tox>=4.0,<4.16", # Python test environment manager "twine>=3.3,<5.1", # Used to make releases to PyPI "types-requests", ]