Skip to content

Commit 8f6ec91

Browse files
Bump pytest-mock from 3.4.0 to 3.8.2
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.4.0 to 3.8.2. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.4.0...v3.8.2) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb13c82 commit 8f6ec91

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", "tqdm==4.63.1"],
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==6.2.5", "pytest-mock==3.8.2"],
3232
},
3333
include_package_data=True,
3434
zip_safe=False,

0 commit comments

Comments
 (0)