Skip to content

Commit 5c8f311

Browse files
authored
fix: upgraded the pinned pip version to 24.0 to sync with latest packages (#285)
1 parent b961682 commit 5c8f311

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/common_vars/defaults

1 file changed

+1
-1
lines changed

playbooks/roles/common_vars/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ old_python_debian_pkgs:
156156
- "python2.7=2.7.10-0+{{ ansible_distribution_release }}1"
157157

158158

159-
COMMON_PIP_VERSION: '21.2.1'
159+
COMMON_PIP_VERSION: '24.0'
160160

161161
common_pip_pkgs:
162162
- pip=={{ COMMON_PIP_VERSION }}

0 commit comments

Comments
 (0)