mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITPLT-3650 upgrade ansible-core to 2.16 and other dependencies to latest versions
This commit is contained in:
19
Pipfile
19
Pipfile
@@ -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 = "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user