Skip to content

Commit 1c5f376

Browse files
Bump mock from 3.0.5 to 4.0.3
Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 to 4.0.3. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@3.0.5...4.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 07758b8 commit 1c5f376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run_tests(self):
5555
extras_require={
5656
'Duration': ['python-dateutil>=2.8.0']
5757
},
58-
tests_require=['pytest', 'mock==3.0.5'],
58+
tests_require=['pytest', 'mock==4.0.3'],
5959
entry_points={
6060
'console_scripts': [
6161
'pyhocon=pyhocon.tool:main'

0 commit comments

Comments
 (0)