From f85765c73b36e49cb46accbbdc324405ecb457d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:22:52 +0000 Subject: [PATCH] Bump pytest from 8.2.0 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f31e22..7f4561e 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.1", "pytest==8.2.0", "pytest-cov==5.0.0", "tox==4.15.0"]}, + extras_require={"test": ["coverage==7.5.1", "pytest==8.2.1", "pytest-cov==5.0.0", "tox==4.15.0"]}, entry_points=""" [console_scripts] xml-validate=validator.__main__:cli