From a1a469d82488e047ca457dd8f9c486690cfd3b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:33:55 +0000 Subject: [PATCH] chore(deps): bump pytest-testinfra from 10.1.0 to 10.1.1 in /molecule Bumps [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases) - [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-testinfra/compare/10.1.0...10.1.1) --- updated-dependencies: - dependency-name: pytest-testinfra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- molecule/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/requirements.txt b/molecule/requirements.txt index 3c3641666..fd2a0a64f 100644 --- a/molecule/requirements.txt +++ b/molecule/requirements.txt @@ -5,5 +5,5 @@ botocore==1.34.93 envsubst==0.1.5 molecule==24.2.1 molecule-plugins[ec2,docker]==23.5.3 -pytest-testinfra==10.1.0 +pytest-testinfra==10.1.1 retry==0.9.2