From c7fd652f37d6150d5e926a84c089476facefad03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:04:38 +0000 Subject: [PATCH] build(deps-dev): bump types-mock from 5.0.0.4 to 5.0.0.5 Bumps [types-mock](https://github.com/python/typeshed) from 5.0.0.4 to 5.0.0.5. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-mock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index df8f24be..348319a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ tests = mock==5.0.1 paramiko==3.0.0 types-certifi==2021.10.8.3 - types-mock==5.0.0.4 + types-mock==5.0.0.5 types-paramiko==3.0.0.4 dev = %(tests)s