From fdb0b1256c216a9852cb0dff4561731839b213e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Jul 2021 23:21:50 +0000 Subject: [PATCH] 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](https://github.com/testing-cabal/mock/compare/3.0.5...4.0.3) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index a17ed72f..2e3dc96e --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run_tests(self): extras_require={ 'Duration': ['python-dateutil>=2.8.0'] }, - tests_require=['pytest', 'mock==3.0.5'], + tests_require=['pytest', 'mock==4.0.3'], entry_points={ 'console_scripts': [ 'pyhocon=pyhocon.tool:main'