From 8a34afb18228784b34d9147e63736b7792e0502a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:54:45 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 8.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. - [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.1.1...8.2.0) --- updated-dependencies: - dependency-name: pytest 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 9b82d64..d9a237a 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.4.4", "pytest==8.1.1", "pytest-cov==5.0.0", "tox==4.15.0"]}, + extras_require={"test": ["coverage==7.4.4", "pytest==8.2.0", "pytest-cov==5.0.0", "tox==4.15.0"]}, entry_points=""" [console_scripts] xml-validate=validator.__main__:cli