Skip to content

Commit 3dba674

Browse files
Bump pytest from 6.2.5 to 7.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba2f9c2 commit 3dba674

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
@@ -28,7 +28,7 @@ def readme():
2828
install_requires=["click", "PyYAML"],
2929
extras_require={
3030
"lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.10.1"],
31-
"test": ["pytest==6.2.5", "pytest-mock==3.4.0"],
31+
"test": ["pytest==7.1.1", "pytest-mock==3.4.0"],
3232
},
3333
include_package_data=True,
3434
zip_safe=False,

0 commit comments

Comments
 (0)