Skip to content

Commit

Permalink
Fix test python requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 31, 2024
1 parent 06da94b commit a552904
Showing 1 changed file with 36 additions and 64 deletions.
100 changes: 36 additions & 64 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,167 +4,139 @@
#
# pip-compile --output-file=test-requirements.txt test-requirements.in
#
ansible-compat==4.1.5
ansible-compat==4.1.11
# via
# ansible-lint
# molecule
ansible-core==2.15.2
ansible-core==2.16.3
# via
# ansible-compat
# ansible-lint
# molecule
ansible-lint==6.17.2
ansible-lint==6.22.2
# via -r test-requirements.in
arrow==1.2.3
# via cookiecutter
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
binaryornot==0.4.4
# via cookiecutter
black==23.7.0
black==24.1.1
# via ansible-lint
bracex==2.3.post1
bracex==2.4
# via wcmatch
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# black
# click-help-colors
# cookiecutter
# molecule
click-help-colors==0.9.1
click-help-colors==0.9.4
# via molecule
cookiecutter==2.3.0
# via molecule
cryptography==41.0.3
cryptography==42.0.2
# via ansible-core
enrich==1.2.7
# via molecule
exceptiongroup==1.1.2
exceptiongroup==1.2.0
# via pytest
filelock==3.12.2
filelock==3.13.1
# via ansible-lint
idna==3.4
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via
# ansible-core
# cookiecutter
# molecule
jsonschema==4.19.0
jsonschema==4.21.1
# via
# ansible-compat
# ansible-lint
# molecule
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.12.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mdurl==0.1.2
# via markdown-it-py
molecule==5.1.0
molecule==6.0.3
# via
# -r test-requirements.in
# molecule-plugins
molecule-plugins[vagrant]==23.5.0
# via -r test-requirements.in
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==23.2
# via
# ansible-compat
# ansible-core
# ansible-lint
# black
# molecule
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via
# ansible-lint
# black
# yamllint
platformdirs==3.10.0
platformdirs==4.2.0
# via black
pluggy==1.2.0
pluggy==1.4.0
# via
# molecule
# pytest
pycparser==2.21
# via cffi
pygments==2.16.1
pygments==2.17.2
# via rich
pytest==7.4.0
pytest==8.0.0
# via pytest-testinfra
pytest-testinfra==8.1.0
pytest-testinfra==10.0.0
# via -r test-requirements.in
python-dateutil==2.8.2
# via arrow
python-slugify==8.0.1
# via cookiecutter
python-vagrant==1.0.0
# via molecule-plugins
pyyaml==6.0.1
# via
# ansible-compat
# ansible-core
# ansible-lint
# cookiecutter
# molecule
# yamllint
referencing==0.30.2
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# ansible-lint
# cookiecutter
resolvelib==1.0.1
# via ansible-core
rich==13.5.2
rich==13.7.0
# via
# ansible-lint
# cookiecutter
# enrich
# molecule
rpds-py==0.9.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
ruamel-yaml==0.17.32
ruamel-yaml==0.18.5
# via ansible-lint
ruamel-yaml-clib==0.2.7
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
six==1.16.0
# via python-dateutil
subprocess-tee==0.4.1
# via
# ansible-compat
# ansible-lint
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# black
# pytest
urllib3==2.0.4
# via requests
wcmatch==8.4.1
# via ansible-lint
yamllint==1.32.0
typing-extensions==4.9.0
# via black
wcmatch==8.5
# via
# ansible-lint
# molecule
yamllint==1.33.0
# via
# -r test-requirements.in
# ansible-lint

0 comments on commit a552904

Please sign in to comment.