diff --git a/.config/requirements-lock.txt b/.config/requirements-lock.txt index e040f00fb1..31498f958e 100644 --- a/.config/requirements-lock.txt +++ b/.config/requirements-lock.txt @@ -19,20 +19,20 @@ idna==3.4 importlib-resources==5.0.7 jinja2==3.1.2 jsonschema==4.17.3 -markdown-it-py==2.2.0 +markdown-it-py==3.0.0 markupsafe==2.1.3 mdurl==0.1.2 mypy-extensions==1.0.0 packaging==23.1 pathspec==0.11.1 -platformdirs==3.5.3 +platformdirs==3.6.0 pycparser==2.21 pygments==2.15.1 pyrsistent==0.19.3 pyyaml==6.0 requests==2.31.0 -rich==13.4.1 -ruamel-yaml==0.17.31 +rich==13.4.2 +ruamel-yaml==0.17.32 subprocess-tee==0.4.1 tomli==2.0.1 typing-extensions==4.6.3 diff --git a/.config/requirements.txt b/.config/requirements.txt index 3106162225..c434243dae 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -45,7 +45,7 @@ lazy-object-proxy==1.9.0 markdown==3.3.7 markdown-exec==1.6.0 markdown-include==0.8.1 -markdown-it-py==2.2.0 +markdown-it-py==3.0.0 markupsafe==2.1.2 mccabe==0.7.0 mdurl==0.1.2 @@ -68,7 +68,7 @@ packaging==23.1 pathspec==0.11.1 pillow==9.5.0 pipdeptree==2.7.1 -platformdirs==3.5.3 +platformdirs==3.6.0 pluggy==1.0.0 ply==3.11 psutil==5.9.5 @@ -76,10 +76,10 @@ pycparser==2.21 pygments==2.15.1 pylint==2.17.4 pymdown-extensions==10.0.1 -pyparsing==3.0.9 +pyparsing==3.1.0 pyrsistent==0.19.3 pytest==7.3.2 -pytest-mock==3.10.0 +pytest-mock==3.11.1 pytest-plus==0.4.0 pytest-xdist==3.3.1 python-dateutil==2.8.2 @@ -89,8 +89,8 @@ pyyaml-env-tag==0.1 rdflib==6.3.2 regex==2023.5.5 requests==2.31.0 -rich==13.4.1 -ruamel-yaml==0.17.31 +rich==13.4.2 +ruamel-yaml==0.17.32 six==1.16.0 soupsieve==2.4.1 spdx-tools==0.7.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f2cb21440..818e2319bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.1 + rev: 0.23.2 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git @@ -101,7 +101,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell exclude: > diff --git a/test/schemas/package-lock.json b/test/schemas/package-lock.json index f52ec6f978..3745a97d4a 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.3.0", + "@types/node": "^20.3.1", "chai": "^4.3.7", "minimatch": "^9.0.1", "mocha": "^10.2.0", @@ -101,9 +101,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz", - "integrity": "sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==" + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", + "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==" }, "node_modules/@vscode/l10n": { "version": "0.0.13", @@ -1404,9 +1404,9 @@ "dev": true }, "@types/node": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz", - "integrity": "sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==" + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", + "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==" }, "@vscode/l10n": { "version": "0.0.13", diff --git a/test/schemas/package.json b/test/schemas/package.json index 320124327a..c318ca0fac 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.3.0", + "@types/node": "^20.3.1", "chai": "^4.3.7", "minimatch": "^9.0.1", "mocha": "^10.2.0",