From 9dc985467a2a23ff442bfdb90ffc565fb6256b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:37:46 +0000 Subject: [PATCH] Bump paramiko from 3.3.1 to 3.4.0 in /_build (#379) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 026b62c..961449d 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -8,5 +8,5 @@ ansible-runner==2.3.4 ansible-lint==6.22.2 molecule==6.0.3 molecule-plugins[podman]==23.5.0 -paramiko==3.3.1 # https://github.com/ansible/creator-ee/issues/140 +paramiko==3.4.0 # https://github.com/ansible/creator-ee/issues/140 jmespath==1.0.1 # needed for json_query module