From 5e4a60041f9bfcf979c027bbe77f96d81a9b4354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:41:28 +0000 Subject: [PATCH] Update podman requirement from ~=4.9.0 to ~=5.0.0 Updates the requirements on [podman](https://github.com/containers/podman-py) to permit the latest version. - [Release notes](https://github.com/containers/podman-py/releases) - [Commits](https://github.com/containers/podman-py/compare/v4.9.0...v5.0.0) --- updated-dependencies: - dependency-name: podman dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index e5101192..16c265ff 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,5 +6,5 @@ faker flake8 pytest-cov pylint -podman~=4.9.0 +podman~=5.0.0 selenium~=4.21.0