From 5756a7e9ac42c5d895df2441bf4a205340e8df18 Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Mon, 3 Apr 2023 16:11:03 +0530 Subject: [PATCH] Update dependencies (#3238) --- .config/requirements-lock.txt | 12 +++++----- .config/requirements.txt | 22 ++++++++--------- .pre-commit-config.yaml | 4 ++-- test/schemas/package-lock.json | 44 +++++++++++++++++----------------- test/schemas/package.json | 6 ++--- 5 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index f5b4559ee7..c03bef359d 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -4,14 +4,14 @@ # # pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml # -ansible-core==2.14.3 +ansible-core==2.14.4 attrs==22.2.0 -black==23.1.0 +black==23.3.0 bracex==2.3.post1 cffi==1.15.1 click==8.1.3 cryptography==40.0.1 -filelock==3.10.6 +filelock==3.10.7 jinja2==3.1.2 jsonschema==4.17.3 markdown-it-py==2.2.0 @@ -19,16 +19,16 @@ markupsafe==2.1.2 mdurl==0.1.2 mypy-extensions==1.0.0 packaging==23.0 -pathspec==0.11.0 +pathspec==0.11.1 platformdirs==3.2.0 pycparser==2.21 pygments==2.14.0 pyrsistent==0.19.3 pyyaml==6.0 resolvelib==0.8.1 -rich==13.3.2 +rich==13.3.3 ruamel-yaml==0.17.21 -setuptools==67.6.0 +setuptools==67.6.1 subprocess-tee==0.4.1 tomli==2.0.1 typing-extensions==4.5.0 diff --git a/.config/requirements.txt b/.config/requirements.txt index 7a44ca84e1..c33902e599 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -4,11 +4,11 @@ # # pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml # -ansible-core==2.14.3 -astroid==2.15.1 +ansible-core==2.14.4 +astroid==2.15.2 attrs==22.2.0 beautifulsoup4==4.12.0 -black==23.1.0 +black==23.3.0 bracex==2.3.post1 cairocffi==1.5.0 cairosvg==2.7.0 @@ -26,7 +26,7 @@ defusedxml==0.7.1 dill==0.3.6 exceptiongroup==1.1.1 execnet==1.9.0 -filelock==3.10.6 +filelock==3.10.7 flake8==6.0.0 flake8-future-annotations==1.1.0 ghp-import==2.1.0 @@ -54,7 +54,7 @@ mkdocs-ansible==0.1.2 mkdocs-autorefs==0.4.1 mkdocs-gen-files==0.4.0 mkdocs-htmlproofer-plugin==0.11.0 -mkdocs-material==9.1.4 +mkdocs-material==9.1.5 mkdocs-material-extensions==1.1.1 mkdocs-minify-plugin==0.6.4 mkdocs-monorepo-plugin==1.0.4 @@ -63,8 +63,8 @@ mkdocstrings-python==0.8.3 mypy==1.1.1 mypy-extensions==1.0.0 packaging==23.0 -pathspec==0.11.0 -pillow==9.4.0 +pathspec==0.11.1 +pillow==9.5.0 pipdeptree==2.7.0 platformdirs==3.2.0 pluggy==1.0.0 @@ -90,9 +90,9 @@ rdflib==6.3.2 regex==2023.3.23 requests==2.28.2 resolvelib==0.8.1 -rich==13.3.2 +rich==13.3.3 ruamel-yaml==0.17.21 -setuptools==67.6.0 +setuptools==67.6.1 six==1.16.0 soupsieve==2.4 spdx-tools==0.7.1 @@ -101,8 +101,8 @@ text-unidecode==1.3 tinycss2==1.2.1 tomli==2.0.1 tomlkit==0.11.7 -types-jsonschema==4.17.0.6 -types-pyyaml==6.0.12.8 +types-jsonschema==4.17.0.7 +types-pyyaml==6.0.12.9 typing-extensions==4.5.0 uritools==4.0.1 urllib3==1.26.15 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dd095a316..7bc6f95767 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -132,7 +132,7 @@ repos: # https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082 - --filter-files - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black language_version: python3 @@ -182,7 +182,7 @@ repos: plugins/.* )$ - repo: https://github.com/pycqa/pylint - rev: v2.17.1 + rev: v3.0.0a6 hooks: - id: pylint args: diff --git a/test/schemas/package-lock.json b/test/schemas/package-lock.json index 3c58366379..d7d76571bc 100644 --- a/test/schemas/package-lock.json +++ b/test/schemas/package-lock.json @@ -16,11 +16,11 @@ "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "chai": "^4.3.7", - "minimatch": "^7.4.3", + "minimatch": "^8.0.2", "mocha": "^10.2.0", - "typescript": "^5.0.2" + "typescript": "^5.0.3" } }, "node_modules/@cspotcode/source-map-support": { @@ -101,9 +101,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.15.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", - "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" + "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" }, "node_modules/@vscode/l10n": { "version": "0.0.11", @@ -782,15 +782,15 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" }, "node_modules/minimatch": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz", - "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz", + "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1179,9 +1179,9 @@ } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -1404,9 +1404,9 @@ "dev": true }, "@types/node": { - "version": "18.15.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", - "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" + "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" }, "@vscode/l10n": { "version": "0.0.11", @@ -1900,9 +1900,9 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" }, "minimatch": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz", - "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz", + "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -2169,9 +2169,9 @@ "dev": true }, "typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==" + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==" }, "uri-js": { "version": "4.4.1", diff --git a/test/schemas/package.json b/test/schemas/package.json index e2e8da0073..9b4fdab8d1 100644 --- a/test/schemas/package.json +++ b/test/schemas/package.json @@ -16,11 +16,11 @@ "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", "@types/mocha": "^10.0.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "chai": "^4.3.7", - "minimatch": "^7.4.3", + "minimatch": "^8.0.2", "mocha": "^10.2.0", - "typescript": "^5.0.2" + "typescript": "^5.0.3" }, "directories": { "test": "./src"