From 1b072b749fd4269076fe348028814043fbfa2dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:31:33 +0000 Subject: [PATCH] Bump paramiko from 3.2.0 to 3.3.1 in /_build Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.2.0 to 3.3.1. - [Commits](https://github.com/paramiko/paramiko/compare/3.2.0...3.3.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 8e30259..434cd15 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -3,5 +3,5 @@ ansible-runner==2.3.3 ansible-lint[lock]==6.17.2 molecule==5.1.0 molecule-plugins[podman]==23.4.1 -paramiko==3.2.0 # https://github.com/ansible/creator-ee/issues/140 +paramiko==3.3.1 # https://github.com/ansible/creator-ee/issues/140 jmespath==1.0.1 # needed for json_query module