From ed47cd3b988643a3a99539d2761531e17ee5d587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:33:17 -0400 Subject: [PATCH] Update tox requirement from <4.15,>=4.0 to >=4.0,<4.16 (#335) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zane Selvans --- 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", ]