From 7fda5f1c512a9a45896f472944d013276d47c8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:15:09 +0000 Subject: [PATCH] build(deps-dev): bump types-paramiko from 3.3.0.0 to 3.3.0.2 Bumps [types-paramiko](https://github.com/python/typeshed) from 3.3.0.0 to 3.3.0.2. - [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66780880..4aee9308 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.3.0.2", ] dev = [ "scmrepo[tests]",