From fe574715379196e8215965a261f7dd1a6b3e28b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 23:33:36 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 2.11.3 to 2.11.5 Bumps [types-paramiko](https://github.com/python/typeshed) from 2.11.3 to 2.11.5. - [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 b96582d6..9e6248e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ tests = paramiko==2.11.0 types-certifi==2021.10.8.3 types-mock==4.0.15 - types-paramiko==2.11.3 + types-paramiko==2.11.5 dev = %(tests)s