From 38e8d4590fbb33f160f8ddd2c250be7a5586bd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:42:51 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 3.3.0.0 to 3.4.0.20240106 Bumps [types-paramiko](https://github.com/python/typeshed) from 3.3.0.0 to 3.4.0.20240106. - [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfb66701..e8e6ab1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tests = [ "paramiko==3.3.1", "types-certifi==2021.10.8.3", "types-mock==5.1.0.2", - "types-paramiko==3.3.0.0", + "types-paramiko==3.4.0.20240106", ] dev = [ "scmrepo[tests]",