From ff26df659cc25f9cb1a8376630807538bbfcd90a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:36:37 +0000 Subject: [PATCH] Update podman requirement from ~=4.6.0 to ~=4.9.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.6.0...v4.9.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 ec377210..fcd0fe59 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,5 +6,5 @@ faker flake8 pytest-cov pylint -podman~=4.6.0 +podman~=4.9.0 selenium~=4.17.2