From a8d39293ba690e41f7037741b083b0a221d62da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:41:20 +0000 Subject: [PATCH] Bump tox from 4.15.1 to 4.16.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.1 to 4.16.0. - [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.16.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a432766..c8507ec 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=find_packages(), include_package_data=True, install_requires=requirements, - extras_require={"test": ["coverage==7.5.4", "pytest==8.2.2", "pytest-cov==5.0.0", "tox==4.15.1"]}, + extras_require={"test": ["coverage==7.5.4", "pytest==8.2.2", "pytest-cov==5.0.0", "tox==4.16.0"]}, entry_points=""" [console_scripts] xml-validate=validator.__main__:cli