From 6828ecc7722424884390c4a78c028dd2ed8f7447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 13:50:25 +0530 Subject: [PATCH] pip prod(deps): bump types-paramiko from 2.11.1 to 2.11.3 (#1222) Bumps [types-paramiko](https://github.com/python/typeshed) from 2.11.1 to 2.11.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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-tunnel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tunnel.txt b/requirements-tunnel.txt index e8418f9b..e28eb4ff 100644 --- a/requirements-tunnel.txt +++ b/requirements-tunnel.txt @@ -1,3 +1,3 @@ paramiko==2.11.0 -types-paramiko==2.11.1 +types-paramiko==2.11.3 cryptography==36.0.2; python_version <= '3.6'