From ebf0abcc0ad43837cce63c6a7b07540c68c728cd Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 17 Oct 2024 11:20:11 -0700 Subject: [PATCH] Upgrade python test requirements --- test-requirements.txt | 68 +++++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index bd6692af..03100866 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,26 +4,26 @@ # # pip-compile --output-file=test-requirements.txt test-requirements.in # -ansible-compat==4.1.11 +ansible-compat==24.9.1 # via # ansible-lint # molecule -ansible-core==2.16.4 +ansible-core==2.17.5 # via # ansible-compat # ansible-lint # molecule -ansible-lint==24.2.1 +ansible-lint==24.9.2 # via -r test-requirements.in -attrs==23.2.0 +attrs==24.2.0 # via # jsonschema # referencing -black==24.3.0 +black==24.10.0 # via ansible-lint -bracex==2.4 +bracex==2.5.post1 # via wcmatch -cffi==1.16.0 +cffi==1.17.1 # via cryptography click==8.1.7 # via @@ -32,34 +32,36 @@ click==8.1.7 # molecule click-help-colors==0.9.4 # via molecule -cryptography==42.0.5 +cryptography==43.0.1 # via ansible-core enrich==1.2.7 # via molecule -exceptiongroup==1.2.0 +exceptiongroup==1.2.2 # via pytest -filelock==3.13.1 +filelock==3.16.1 + # via ansible-lint +importlib-metadata==8.5.0 # via ansible-lint iniconfig==2.0.0 # via pytest -jinja2==3.1.3 +jinja2==3.1.4 # via # ansible-core # molecule -jsonschema==4.21.1 +jsonschema==4.23.0 # via # ansible-compat # ansible-lint # molecule -jsonschema-specifications==2023.12.1 +jsonschema-specifications==2024.10.1 # via jsonschema markdown-it-py==3.0.0 # via rich -markupsafe==2.1.5 +markupsafe==3.0.1 # via jinja2 mdurl==0.1.2 # via markdown-it-py -molecule==24.2.0 +molecule==24.9.0 # via # -r test-requirements.in # molecule-plugins @@ -67,7 +69,7 @@ molecule-plugins[vagrant]==23.5.3 # via -r test-requirements.in mypy-extensions==1.0.0 # via black -packaging==24.0 +packaging==24.1 # via # ansible-compat # ansible-core @@ -80,41 +82,41 @@ pathspec==0.12.1 # ansible-lint # black # yamllint -platformdirs==4.2.0 +platformdirs==4.3.6 # via black -pluggy==1.4.0 +pluggy==1.5.0 # via # molecule # pytest -pycparser==2.21 +pycparser==2.22 # via cffi -pygments==2.17.2 +pygments==2.18.0 # via rich -pytest==8.1.1 +pytest==8.3.3 # via pytest-testinfra -pytest-testinfra==10.1.0 +pytest-testinfra==10.1.1 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins -pyyaml==6.0.1 +pyyaml==6.0.2 # via # ansible-compat # ansible-core # ansible-lint # molecule # yamllint -referencing==0.34.0 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications resolvelib==1.0.1 # via ansible-core -rich==13.7.1 +rich==13.9.2 # via # ansible-lint # enrich # molecule -rpds-py==0.18.0 +rpds-py==0.20.0 # via # jsonschema # referencing @@ -122,17 +124,19 @@ ruamel-yaml==0.18.6 # via ansible-lint ruamel-yaml-clib==0.2.8 # via ruamel-yaml -subprocess-tee==0.4.1 +subprocess-tee==0.4.2 # via # ansible-compat # ansible-lint -tomli==2.0.1 +tomli==2.0.2 # via # black # pytest -typing-extensions==4.10.0 - # via black -wcmatch==8.5.1 +typing-extensions==4.12.2 + # via + # black + # rich +wcmatch==10.0 # via # ansible-lint # molecule @@ -140,3 +144,5 @@ yamllint==1.35.1 # via # -r test-requirements.in # ansible-lint +zipp==3.20.2 + # via importlib-metadata