Skip to content

Commit

Permalink
Upgrade Ansible to 10.7 and fix versions for all other packages. (#51)
Browse files Browse the repository at this point in the history
* Upgrade Ansible to 10.7 and fix versions for all other packages.

* Removed comments that referenced commits as a commit usually gives little useful information.
  • Loading branch information
ntwalibas authored Dec 20, 2024
1 parent 20964bf commit 4599b58
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 275 deletions.
35 changes: 20 additions & 15 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,29 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ansible-lint = "*"
flake8 = "*"
yamllint = "*"
ansible-lint = "==24.12.2"
flake8 = "==7.1.1"
yamllint = "==1.35.1"

[packages]
ansible = "*"
boto = "*"
boto3 = "*"
botocore = "*"
openshift = "*"
docker = "*"
awscli = "*"
packaging = "*"
xmltodict = "*"
uamqp = "*"
ansible = "==10.7.0"
awscli = "==1.36.23"
boto = "==2.49.0"
boto3 = "==1.35.82"
botocore = "==1.35.82"
docker = "==7.1.0"
openshift = "==0.13.2"
packaging = "==24.2"
psycopg2 = "==2.9.10"
uamqp = "==1.6.11"
xmltodict = "==0.14.2"

# See PR: https://github.com/fjelltopp/fjelltopp-ansible/pull/34
# for why requests needs to be less than 2.32 until otherwise
requests = {extras = ["security"], version = "<2.32"}
psycopg2 = "*"
resolvelib = "==0.8.1"

# resolvelib must be versioned to be compatible with ansible.
resolvelib = "==1.0.1"

[requires]
python_version = "3.10"
Loading

0 comments on commit 4599b58

Please sign in to comment.