From ffbf562fe008c29375f72ebf8f717f5ec5fe71e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 18:17:01 +0000 Subject: [PATCH] chore(deps): bump parallel-ssh from 2.9.1 to 2.12.0 Bumps [parallel-ssh](https://github.com/ParallelSSH/parallel-ssh) from 2.9.1 to 2.12.0. - [Release notes](https://github.com/ParallelSSH/parallel-ssh/releases) - [Changelog](https://github.com/ParallelSSH/parallel-ssh/blob/master/Changelog.rst) - [Commits](https://github.com/ParallelSSH/parallel-ssh/compare/2.9.1...2.12.0) --- updated-dependencies: - dependency-name: parallel-ssh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a9ea30f2..7bb9b8a39 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def check_args(args: List[str]) -> bool: "numpy", "flask>=2.0", "prometheus_client>=0.11", - "parallel-ssh==2.9.1", + "parallel-ssh==2.12.0", "pydantic>=1.8", "requests>=2.25", "gorilla==0.4.0",