Skip to content

Commit

Permalink
updating ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvisweswar committed Nov 17, 2023
1 parent 707e83e commit 354c680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --output-file=requirements.txt setup.py
#
ansible==4.10.0
ansible==8.5.0
# via
# ansible-vault
# commcare-cloud (setup.py)
ansible-core==2.11.12
ansible-core==2.15.6
# via ansible
ansible-inventory==0.6.4
# via commcare-cloud (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

install_deps = [
'ansible-vault==2.1.0',
'ansible~=4.3',
'ansible~=8.5.0',
'ansible-inventory==0.6.4',
'argparse>=1.4',
'attrs>=18.1.0',
Expand Down

0 comments on commit 354c680

Please sign in to comment.