From 29093a19788fd71e0bf6a3852e6880454e15a725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 11:22:40 +0000 Subject: [PATCH] chore(deps): update docker requirement from ~=7.0.0 to ~=7.1.0 Updates the requirements on [docker](https://github.com/docker/docker-py) to permit the latest version. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3c88d7..9713c01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ yamllint~=1.35.1 ## molecule tests molecule~=24.2.1 molecule-plugins~=23.5.3 -docker~=7.0.0 +docker~=7.1.0