Skip to content

Commit

Permalink
Fix molecule-plugins dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Aug 9, 2023
1 parent f9a7cc5 commit a97b2e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible-lint # MIT
molecule # MIT
molecule-plugins[vagrant]@git+https://github.com/ansible-community/molecule-plugins.git # MIT
molecule-plugins[vagrant] # MIT
pytest-testinfra # Apache-2.0
yamllint # GPLv3
21 changes: 11 additions & 10 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
chardet==5.1.0
chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
Expand All @@ -43,9 +43,9 @@ click==8.1.6
# molecule
click-help-colors==0.9.1
# via molecule
cookiecutter==2.2.3
cookiecutter==2.3.0
# via molecule
cryptography==41.0.2
cryptography==41.0.3
# via ansible-core
enrich==1.2.7
# via molecule
Expand All @@ -62,7 +62,7 @@ jinja2==3.1.2
# ansible-core
# cookiecutter
# molecule
jsonschema==4.18.4
jsonschema==4.19.0
# via
# ansible-compat
# ansible-lint
Expand All @@ -79,7 +79,7 @@ molecule==5.1.0
# via
# -r test-requirements.in
# molecule-plugins
molecule-plugins @ git+https://github.com/ansible-community/molecule-plugins.git
molecule-plugins[vagrant]==23.5.0
# via -r test-requirements.in
mypy-extensions==1.0.0
# via black
Expand All @@ -91,20 +91,20 @@ packaging==23.1
# black
# molecule
# pytest
pathspec==0.11.1
pathspec==0.11.2
# via
# ansible-lint
# black
# yamllint
platformdirs==3.9.1
platformdirs==3.10.0
# via black
pluggy==1.2.0
# via
# molecule
# pytest
pycparser==2.21
# via cffi
pygments==2.15.1
pygments==2.16.1
# via rich
pytest==7.4.0
# via pytest-testinfra
Expand All @@ -124,7 +124,7 @@ pyyaml==6.0.1
# cookiecutter
# molecule
# yamllint
referencing==0.30.0
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -134,9 +134,10 @@ requests==2.31.0
# cookiecutter
resolvelib==1.0.1
# via ansible-core
rich==13.4.2
rich==13.5.2
# via
# ansible-lint
# cookiecutter
# enrich
# molecule
rpds-py==0.9.2
Expand Down

0 comments on commit a97b2e8

Please sign in to comment.