diff --git a/requirements-dev.txt b/requirements-dev.txt index e8941ea..26c155a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ ansible-compat==2.2.6 ; python_full_version >= "3.8.1" and python_version < "4.0" -ansible-core==2.13.7 ; python_version < "4.0" and python_full_version >= "3.8.1" +ansible-core==2.13.9 ; python_version < "4.0" and python_full_version >= "3.8.1" ansible-lint==6.8.7 ; python_full_version >= "3.8.1" and python_version < "4.0" ansible==6.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0" arrow==1.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 7d21b27..cd647e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.13.7 ; python_full_version >= "3.8.1" and python_version < "4.0" +ansible-core==2.13.9 ; python_full_version >= "3.8.1" and python_version < "4.0" ansible==6.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0" cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "4.0" cryptography==38.0.4 ; python_full_version >= "3.8.1" and python_version < "4.0" diff --git a/requirements.yml b/requirements.yml index 0278795..3f6b224 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,7 @@ --- collections: - name: ansible.utils + version: ">=2.12.0" - name: ansible.netcommon - name: community.docker version: "*" # Need to ensure that the latest version is installed or Molecule fails