From 1b407aa85b0018f58a6a21e40aec503ca5564f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 23:06:15 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 2.12.0.1 to 2.12.0.3 Bumps [types-paramiko](https://github.com/python/typeshed) from 2.12.0.1 to 2.12.0.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-paramiko 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 7b6062fb..562b9476 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ tests = paramiko==2.12.0 types-certifi==2021.10.8.3 types-mock==5.0.0.0 - types-paramiko==2.12.0.1 + types-paramiko==2.12.0.3 dev = %(tests)s