Skip to content

Commit

Permalink
fix: (IAC-1485) Update Docker dependency to Resolve issue with reques…
Browse files Browse the repository at this point in the history
…ts (#553)

closes #554
  • Loading branch information
jarpat authored May 29, 2024
1 parent 2a1c859 commit ed60620
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed60620

Please sign in to comment.