From e65c450cea296f9bf65c9e545a916e79f08ab325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:44:50 +0530 Subject: [PATCH] pip prod(deps): bump types-paramiko from 2.8.9 to 2.10.0 (#1192) Bumps [types-paramiko](https://github.com/python/typeshed) from 2.8.9 to 2.10.0. - [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-minor ... 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 96821858..1aae4fdc 100644 --- a/requirements-tunnel.txt +++ b/requirements-tunnel.txt @@ -1,3 +1,3 @@ paramiko==2.11.0 -types-paramiko==2.8.9 +types-paramiko==2.10.0 cryptography==36.0.2; python_version <= '3.6'