From b0f60b03b595cf98d50c2ccfa9c2543893edc7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 10:31:25 +0000 Subject: [PATCH] chore(deps): bump pytest-testinfra from 10.1.0 to 10.2.2 in /molecule Bumps [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) from 10.1.0 to 10.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: pytest-testinfra dependency-version: 10.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..0633a8d5b 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.2.2 retry==0.9.2