From b1b86b6821f33305ef494e1f2e466950932c9ff8 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 21 Mar 2024 08:29:57 -0700 Subject: [PATCH] Upgrade test-requirements --- test-requirements.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d0d238a1..bd6692af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,18 +8,18 @@ ansible-compat==4.1.11 # via # ansible-lint # molecule -ansible-core==2.16.3 +ansible-core==2.16.4 # via # ansible-compat # ansible-lint # molecule -ansible-lint==6.22.2 +ansible-lint==24.2.1 # via -r test-requirements.in attrs==23.2.0 # via # jsonschema # referencing -black==24.1.1 +black==24.3.0 # via ansible-lint bracex==2.4 # via wcmatch @@ -32,7 +32,7 @@ click==8.1.7 # molecule click-help-colors==0.9.4 # via molecule -cryptography==42.0.2 +cryptography==42.0.5 # via ansible-core enrich==1.2.7 # via molecule @@ -55,19 +55,19 @@ jsonschema-specifications==2023.12.1 # via jsonschema markdown-it-py==3.0.0 # via rich -markupsafe==2.1.4 +markupsafe==2.1.5 # via jinja2 mdurl==0.1.2 # via markdown-it-py -molecule==6.0.3 +molecule==24.2.0 # via # -r test-requirements.in # molecule-plugins -molecule-plugins[vagrant]==23.5.0 +molecule-plugins[vagrant]==23.5.3 # via -r test-requirements.in mypy-extensions==1.0.0 # via black -packaging==23.2 +packaging==24.0 # via # ansible-compat # ansible-core @@ -90,9 +90,9 @@ pycparser==2.21 # via cffi pygments==2.17.2 # via rich -pytest==8.0.0 +pytest==8.1.1 # via pytest-testinfra -pytest-testinfra==10.0.0 +pytest-testinfra==10.1.0 # via -r test-requirements.in python-vagrant==1.0.0 # via molecule-plugins @@ -103,22 +103,22 @@ pyyaml==6.0.1 # ansible-lint # molecule # yamllint -referencing==0.33.0 +referencing==0.34.0 # via # jsonschema # jsonschema-specifications resolvelib==1.0.1 # via ansible-core -rich==13.7.0 +rich==13.7.1 # via # ansible-lint # enrich # molecule -rpds-py==0.17.1 +rpds-py==0.18.0 # via # jsonschema # referencing -ruamel-yaml==0.18.5 +ruamel-yaml==0.18.6 # via ansible-lint ruamel-yaml-clib==0.2.8 # via ruamel-yaml @@ -130,13 +130,13 @@ tomli==2.0.1 # via # black # pytest -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via black -wcmatch==8.5 +wcmatch==8.5.1 # via # ansible-lint # molecule -yamllint==1.33.0 +yamllint==1.35.1 # via # -r test-requirements.in # ansible-lint