diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bab64dc..8bfea77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ Contributions must meet a minimum criteria: * Docker CE * Python >= 3.6 * Creating a Python `venv` is highly recommended! -* Python modules listed in `ci-requirements.txt` - * Can be installed using `pip install -r ci-requirements.txt` +* Python modules listed in `requirements.txt` + * Can be installed using `pip install -r requirements.txt` * Repository cloned to `.../ansible_collections//` ## Dev Environment diff --git a/ci-requirements.txt b/ci-requirements.txt deleted file mode 100644 index 839a2e0..0000000 --- a/ci-requirements.txt +++ /dev/null @@ -1,12 +0,0 @@ -ansible -pywinrm -molecule==3.3.0 -molecule-docker -docker -ansible-lint -yamllint -passlib -jmespath -# Downgrade these while rest is incompatible -Jinja2<3.0.0 -MarkupSafe<2.0.0 diff --git a/galaxy.yml b/galaxy.yml index d8c63da..40ab7da 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: merative name: spm_toolbox # The version of the collection. Must be compatible with semantic versioning -version: 1.1.1 +version: 1.1.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/requirements.txt b/requirements.txt index 438dcce..1252384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ -ansible -pywinrm -molecule -molecule-docker -docker -ansible-lint -yamllint -passlib -jmespath \ No newline at end of file +ansible==8.7.0 +pywinrm==0.4.3 +molecule==6.0.3 +molecule-docker==2.1.0 +docker==7.1.0 +ansible-lint==6.22.2 +yamllint==1.35.1 +passlib==1.7.4 +jmespath==1.0.1 +requests==2.31.0