From 0cf853c45d2d000e0fd4363514e9819ff8407da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:53:22 +0000 Subject: [PATCH] Bump paramiko from 3.4.0 to 3.4.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.4.1. - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: 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 dec80bc..2e92dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pysqa" [project.optional-dependencies] sge = ["defusedxml==0.7.1"] remote = [ - "paramiko==3.4.0", + "paramiko==3.4.1", "tqdm==4.66.5", ] executor = [