From e3b2740e4a222f6272aa5049b1a818614c25a2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:37:18 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 3.2.0.1 to 3.3.0.0 Bumps [types-paramiko](https://github.com/python/typeshed) from 3.2.0.1 to 3.3.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-paramiko dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index df2afdba..0fb89af4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ tests = paramiko==3.3.1 types-certifi==2021.10.8.3 types-mock==5.1.0.1 - types-paramiko==3.2.0.1 + types-paramiko==3.3.0.0 dev = %(tests)s