Skip to content

Commit

Permalink
Update deps (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Jun 22, 2023
1 parent 20b3b50 commit c2ca14e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -68,18 +68,18 @@ 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
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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: >
Expand Down
14 changes: 7 additions & 7 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c2ca14e

Please sign in to comment.