From 962c418d006a91cfd4a61304f91db2b031b984a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:02:24 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 3.0.0.1 to 3.0.0.2 Bumps [types-paramiko](https://github.com/python/typeshed) from 3.0.0.1 to 3.0.0.2. - [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 92f7eabf..be287ef6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ tests = paramiko==3.0.0 types-certifi==2021.10.8.3 types-mock==5.0.0.2 - types-paramiko==3.0.0.1 + types-paramiko==3.0.0.2 dev = %(tests)s