From dc4e4a7ab42d8f2ad857058d27ec295143cc99a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:51:37 +0000 Subject: [PATCH] Bump paramiko from 3.3.1 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.3.1 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.3.1...3.4.0) --- updated-dependencies: - dependency-name: 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 5749be6..cf1416e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "invoke==2.2.0", "Jinja2==3.1.2", "packaging==23.1", - "paramiko==3.3.1", + "paramiko==3.4.0", "python-digitalocean==1.17.0", "PyYAML==6.0.1", "requests==2.31.0",