From 47a52e95a9e4e9d74277ad8a57dd59fcb9046d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 06:09:49 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 3.0.0.1 to 3.0.0.4 Bumps [types-paramiko](https://github.com/python/typeshed) from 3.0.0.1 to 3.0.0.4. - [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 30fb088d..df8f24be 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.4 - types-paramiko==3.0.0.1 + types-paramiko==3.0.0.4 dev = %(tests)s