From 563a6d70c25544ca3537cc7874f2f3c14dfe2b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 22:03:59 +0000 Subject: [PATCH] Update types-paramiko requirement from ~=2.8.13 to ~=2.8.21 Updates the requirements on [types-paramiko](https://github.com/python/typeshed) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e4187c5..ca41e4e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,4 +5,4 @@ mypy~=0.910 pre-commit~=2.17.0 pylint~=2.12.2 pylint-django~=2.5.2 -types-paramiko~=2.8.13 +types-paramiko~=2.8.21