Skip to content

Commit

Permalink
require at least ansible core 2.13.9 and collection ansible.util at
Browse files Browse the repository at this point in the history
least 2.12
  • Loading branch information
eRadical committed Jan 10, 2024
1 parent 0162f66 commit fd605ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd605ea

Please sign in to comment.