From 1a8badb04b92745b5bb66984a2a3a37af672cd9b Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 31 May 2023 18:18:30 +0100 Subject: [PATCH] Update dependencies (#3514) --- .config/requirements-docs.txt | 2 +- .config/requirements-lock.txt | 11 ++++++++--- .config/requirements.in | 1 + .config/requirements.txt | 22 +++++++++++----------- test/schemas/package-lock.json | 14 +++++++------- test/schemas/package.json | 2 +- 6 files changed, 29 insertions(+), 23 deletions(-) diff --git a/.config/requirements-docs.txt b/.config/requirements-docs.txt index 72fea1f8fd..79ab067983 100644 --- a/.config/requirements-docs.txt +++ b/.config/requirements-docs.txt @@ -1,2 +1,2 @@ -mkdocs-ansible[lock]>=0.1.4 +mkdocs-ansible[lock]>=0.1.6 pipdeptree>=2.4.0 diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index 3a78022b62..a48fbbd6de 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -4,15 +4,18 @@ # # pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml # -ansible-compat==4.1.0 +ansible-compat==4.1.1 ansible-core==2.15.0 attrs==23.1.0 black==23.3.0 bracex==2.3.post1 +certifi==2023.5.7 cffi==1.15.1 +charset-normalizer==3.1.0 click==8.1.3 -cryptography==40.0.2 +cryptography==41.0.0 filelock==3.12.0 +idna==3.4 importlib-resources==5.0.7 jinja2==3.1.2 jsonschema==4.17.3 @@ -27,11 +30,13 @@ pycparser==2.21 pygments==2.15.1 pyrsistent==0.19.3 pyyaml==6.0 -rich==13.3.5 +requests==2.31.0 +rich==13.4.0 ruamel-yaml==0.17.31 subprocess-tee==0.4.1 tomli==2.0.1 typing-extensions==4.6.2 +urllib3==2.0.2 wcmatch==8.4.1 yamllint==1.32.0 diff --git a/.config/requirements.in b/.config/requirements.in index 2ba3893174..7eb5e27e03 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -11,6 +11,7 @@ pathspec>=0.9.0 # Mozilla Public License 2.0 (MPL 2.0) pyyaml>=5.4.1 # MIT (centos 9 has 5.3.1) rich>=12.0.0 # MIT ruamel.yaml>=0.17.0,<0.18,!=0.17.29,!=0.17.30 # MIT, next version is planned to have breaking changes +requests>=2.31.0 # Apache-2.0 (indirect, but we want newer version for security reasons) subprocess-tee>=0.4.1 # MIT, used by ansible-compat yamllint >= 1.30.0 # GPLv3 wcmatch>=8.1.2 # MIT diff --git a/.config/requirements.txt b/.config/requirements.txt index 9b9a8cef14..47c71e7911 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml # -ansible-compat==4.1.0 +ansible-compat==4.1.1 ansible-core==2.15.0 astroid==2.15.5 attrs==23.1.0 @@ -18,9 +18,9 @@ cffi==1.15.1 charset-normalizer==3.1.0 click==8.1.3 colorama==0.4.6 -coverage==7.2.6 +coverage==7.2.7 coverage-enable-subprocess==1.0 -cryptography==40.0.2 +cryptography==41.0.0 csscompressor==0.9.5 cssselect2==0.7.0 defusedxml==0.7.1 @@ -29,7 +29,7 @@ exceptiongroup==1.1.1 execnet==1.9.0 filelock==3.12.0 ghp-import==2.1.0 -griffe==0.28.0 +griffe==0.29.0 htmlmin2==0.1.13 idna==3.4 importlib-metadata==6.6.0 @@ -51,16 +51,16 @@ mccabe==0.7.0 mdurl==0.1.2 mergedeep==1.3.4 mkdocs==1.4.3 -mkdocs-ansible==0.1.5 +mkdocs-ansible==0.1.6 mkdocs-autorefs==0.4.1 mkdocs-gen-files==0.5.0 mkdocs-htmlproofer-plugin==0.13.1 -mkdocs-material==9.1.14 +mkdocs-material==9.1.15 mkdocs-material-extensions==1.1.1 mkdocs-minify-plugin==0.6.4 mkdocs-monorepo-plugin==1.0.5 -mkdocstrings==0.21.2 -mkdocstrings-python==1.0.0 +mkdocstrings==0.22.0 +mkdocstrings-python==1.1.0 mypy==1.3.0 mypy-extensions==1.0.0 netaddr==0.8.0 @@ -88,8 +88,8 @@ pyyaml==6.0 pyyaml-env-tag==0.1 rdflib==6.3.2 regex==2023.5.5 -requests==2.30.0 -rich==13.3.5 +requests==2.31.0 +rich==13.4.0 ruamel-yaml==0.17.31 six==1.16.0 soupsieve==2.4.1 @@ -101,7 +101,7 @@ tomli==2.0.1 tomlkit==0.11.8 types-jsonschema==4.17.0.8 types-pyyaml==6.0.12.10 -typing-extensions==4.5.0 +typing-extensions==4.6.2 uritools==4.0.1 urllib3==2.0.2 watchdog==3.0.0 diff --git a/test/schemas/package-lock.json b/test/schemas/package-lock.json index f0e3276f68..75a7479b57 100644 --- a/test/schemas/package-lock.json +++ b/test/schemas/package-lock.json @@ -16,7 +16,7 @@ "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.1", - "@types/node": "^20.2.4", + "@types/node": "^20.2.5", "chai": "^4.3.7", "minimatch": "^9.0.1", "mocha": "^10.2.0", @@ -101,9 +101,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.4.tgz", - "integrity": "sha512-ni5f8Xlf4PwnT/Z3f0HURc3ZSw8UyrqMqmM3L5ysa7VjHu8c3FOmIo1nKCcLrV/OAmtf3N4kFna/aJqxsfEtnA==" + "version": "20.2.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz", + "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==" }, "node_modules/@vscode/l10n": { "version": "0.0.13", @@ -1404,9 +1404,9 @@ "dev": true }, "@types/node": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.4.tgz", - "integrity": "sha512-ni5f8Xlf4PwnT/Z3f0HURc3ZSw8UyrqMqmM3L5ysa7VjHu8c3FOmIo1nKCcLrV/OAmtf3N4kFna/aJqxsfEtnA==" + "version": "20.2.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz", + "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==" }, "@vscode/l10n": { "version": "0.0.13", diff --git a/test/schemas/package.json b/test/schemas/package.json index fc6c34442b..9814bea3dd 100644 --- a/test/schemas/package.json +++ b/test/schemas/package.json @@ -16,7 +16,7 @@ "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.1", - "@types/node": "^20.2.4", + "@types/node": "^20.2.5", "chai": "^4.3.7", "minimatch": "^9.0.1", "mocha": "^10.2.0",