From c95550375bd68f60975370a9364db15358844b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:57:24 +0000 Subject: [PATCH] build(deps-dev): bump types-mock from 4.0.15 to 4.0.15.2 Bumps [types-mock](https://github.com/python/typeshed) from 4.0.15 to 4.0.15.2. - [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 5d10995b..21287d02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ tests = mock==4.0.3 paramiko==2.12.0 types-certifi==2021.10.8.3 - types-mock==4.0.15 + types-mock==4.0.15.2 types-paramiko==2.12.0.1 dev = %(tests)s