Update tox requirement from <=4.16.0,>=4.15.1 to >=4.15.1,<=4.18.0 (#7150)

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.15.1...4.18.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-01 20:58:10 +00:00 committed by GitHub
parent c8b03ca89d
commit f054e38467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ dev = [
"pytest-xdist>=3.5.0,<=3.6.1", "pytest-xdist>=3.5.0,<=3.6.1",
"pytest>=8.2.2,<=8.3.2", "pytest>=8.2.2,<=8.3.2",
"requests>=2.9.1,<=2.32.3", "requests>=2.9.1,<=2.32.3",
"tox>=4.15.1,<=4.16.0", "tox>=4.15.1,<=4.18.0",
"wheel>=0.36.2,<=0.44.0", "wheel>=0.36.2,<=0.44.0",
"build>=0.10.0,<=1.2.1", "build>=0.10.0,<=1.2.1",
"mypy>=1.10.1,<=1.11.2", "mypy>=1.10.1,<=1.11.2",