From ed60620e4d32d7760e246a275e292dad66d6ef30 Mon Sep 17 00:00:00 2001 From: Jay Patel <78554593+jarpat@users.noreply.github.com> Date: Wed, 29 May 2024 16:06:15 -0400 Subject: [PATCH] fix: (IAC-1485) Update Docker dependency to Resolve issue with requests (#553) closes #554 --- docs/user/Dependencies.md | 4 ++-- requirements.txt | 2 +- requirements.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/Dependencies.md b/docs/user/Dependencies.md index 0e59738d..211ef930 100644 --- a/docs/user/Dependencies.md +++ b/docs/user/Dependencies.md @@ -19,9 +19,9 @@ The following list details our dependencies and versions (~ indicates multiple p | pip3 | openshift | 0.13.2 | | pip3 | kubernetes | 27.2.0 | | pip3 | dnspython | 2.6.1 | -| pip3 | docker | 7.0.0 | +| pip3 | docker | 7.1.0 | | pip3 | urllib3 | 1.26.18 | -| ansible-galaxy | community.docker | 3.8.0 | +| ansible-galaxy | community.docker | 3.10.3 | | ansible-galaxy | ansible.utils | 3.1.0 | | ansible-galaxy | kubernetes.core | 3.0.0 | diff --git a/requirements.txt b/requirements.txt index 5b239b05..fe66b94e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ ansible==9.2.0 # 9.1.0 # 8.6.0 # 2.10.7 openshift==0.13.2 # 0.13.1 # 0.12.0 kubernetes==27.2.0 # 26.1.0 # 12.0.1 dnspython==2.6.1 # 2.3.0 # 2.1.0 -docker==7.0.0 # 5.0.3 +docker==7.1.0 # 7.0.0 # 5.0.3 urllib3==1.26.18 diff --git a/requirements.yaml b/requirements.yaml index c6a707bc..6f39b79a 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -3,6 +3,6 @@ collections: - name: ansible.utils version: 3.1.0 # 2.3.0 - name: community.docker - version: 3.8.0 # 2.7.8 + version: 3.10.3 # 3.8.0 # 2.7.8 - name: kubernetes.core version: 3.0.0 # 2.3.2