ITPLT-3650 upgrade ansible-core to 2.16 and other dependencies to latest versions

This commit is contained in:
Lee Goolsbee
2024-04-26 13:05:24 -05:00
parent e5af2cf649
commit cff27677c6
4 changed files with 843 additions and 732 deletions

19
Pipfile
View File

@@ -4,18 +4,19 @@ verify_ssl = true
name = "pypi"
[packages]
ansible-core = "==2.13.10"
cryptography = "==41.0.6"
boto3 = "==1.26.158"
botocore = "==1.29.158"
lxml = "==4.9.2"
psycopg2-binary = "==2.9.6"
ansible-core = "==2.16.6"
cryptography = "==42.0.5"
boto3 = "==1.34.92"
botocore = "==1.34.92"
lxml = "==5.2.1"
psycopg2-binary = "==2.9.9"
[dev-packages]
molecule = "==4.0.4"
molecule = "==24.2.1"
molecule-docker = "==2.1.0"
ansible-compat = "==3.0.2"
docker = "==6.0.0"
molecule-plugins = {extras = ["docker"], version = "==23.5.3"}
ansible-compat = "==4.1.11"
docker = "==7.0.0"
pytest = "*"
pytest-testinfra = "*"