Skip to content

Commit 7424347

Browse files
Merge pull request #217 from CSCfi/dependabot/pip/pytest-8.2.2
Bump pytest from 8.2.1 to 8.2.2
2 parents 8bbec9d + 2019d6f commit 7424347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=requirements,
20-
extras_require={"test": ["coverage==7.5.3", "pytest==8.2.1", "pytest-cov==5.0.0", "tox==4.15.1"]},
20+
extras_require={"test": ["coverage==7.5.3", "pytest==8.2.2", "pytest-cov==5.0.0", "tox==4.15.1"]},
2121
entry_points="""
2222
[console_scripts]
2323
xml-validate=validator.__main__:cli

0 commit comments

Comments
 (0)