From 154f3867c83b8b450f5a1a2d5134489848a043cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:19:52 +0000 Subject: [PATCH] Bump ansible-pylibssh from 1.1.0 to 1.2.0.post4 in /_build Bumps [ansible-pylibssh](https://github.com/ansible/pylibssh) from 1.1.0 to 1.2.0.post4. - [Release notes](https://github.com/ansible/pylibssh/releases) - [Changelog](https://github.com/ansible/pylibssh/blob/devel/CHANGELOG.rst) - [Commits](https://github.com/ansible/pylibssh/compare/v1.1.0...v1.2.0.post4) --- updated-dependencies: - dependency-name: ansible-pylibssh 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 7db4352..82c4988 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -3,7 +3,7 @@ cython>=3.0.5; python_version >= "3.12" # ordered: ansible-dev-tools==24.4.2 -ansible-pylibssh==1.1.0 +ansible-pylibssh==1.2.0.post4 ansible-runner==2.3.6 molecule-plugins[podman]==23.5.3 paramiko==3.4.0 # https://github.com/ansible/creator-ee/issues/140