Skip to content

Commit fdb0b12

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 651a59e commit fdb0b12

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
@@ -56,7 +56,7 @@ def run_tests(self):
5656
extras_require={
5757
'Duration': ['python-dateutil>=2.8.0']
5858
},
59-
tests_require=['pytest', 'mock==3.0.5'],
59+
tests_require=['pytest', 'mock==4.0.3'],
6060
entry_points={
6161
'console_scripts': [
6262
'pyhocon=pyhocon.tool:main'

0 commit comments

Comments
 (0)