Skip to content

Commit

Permalink
Use python requests 2.31.0. (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkzoll authored May 23, 2024
1 parent 56c6244 commit 33fe0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/prereq/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- name: install requests
pip:
name: requests
version: 2.10.0
version: 2.31.0
become: true

- name: install docker for python
Expand Down

0 comments on commit 33fe0a6

Please sign in to comment.