mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-11 07:23:08 -06:00
ITPLT-3650 upgrade ansible-core to 2.16 and other dependencies to latest versions
This commit is contained in:
@@ -3,7 +3,7 @@ default_install_hook_types: [pre-commit, prepare-commit-msg]
|
||||
default_stages: [pre-commit]
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-merge-conflict
|
||||
@@ -12,21 +12,21 @@ repos:
|
||||
exclude: '(vault.yml.template|filter_catalina.yaml.j2)'
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/avilaton/add-msg-issue-prefix-hook
|
||||
rev: v0.0.9
|
||||
rev: v0.0.11
|
||||
hooks:
|
||||
- id: add-msg-issue-prefix
|
||||
args:
|
||||
- --template={}
|
||||
- --pattern=[a-zA-Z0-9]{1,10}-[0-9]{1,6}
|
||||
- repo: https://github.com/ansible/ansible-lint.git
|
||||
rev: v6.12.2
|
||||
rev: v24.2.2
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
additional_dependencies:
|
||||
- .
|
||||
- ansible-core==2.13.10
|
||||
- ansible-core==2.16.6
|
||||
- jmespath
|
||||
language_version: python3.8
|
||||
language_version: python3.11
|
||||
- repo: https://github.com/IamTheFij/ansible-pre-commit.git
|
||||
rev: v0.1.2
|
||||
hooks:
|
||||
|
||||
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 = "*"
|
||||
|
||||
|
||||
1538
Pipfile.lock
generated
1538
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
||||
---
|
||||
collections:
|
||||
- name: amazon.aws
|
||||
version: "6.1.0"
|
||||
version: "7.5.0"
|
||||
- name: ansible.posix
|
||||
version: "1.5.4"
|
||||
- name: community.docker
|
||||
version: "3.4.8"
|
||||
version: "3.9.0"
|
||||
- name: community.general
|
||||
version: "7.1.0"
|
||||
version: "8.6.0"
|
||||
- name: community.postgresql
|
||||
version: "3.0.0"
|
||||
version: "3.4.0"
|
||||
|
||||
Reference in New Issue
Block a user