Skip to content

Commit

Permalink
Update dependencies (#3410)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored May 8, 2023
1 parent fb4298f commit 546332e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ply==3.11
psutil==5.9.5
pycparser==2.21
pygments==2.14.0
pylint==2.17.3
pylint==2.17.4
pymdown-extensions==9.10
pyparsing==3.0.9
pyrsistent==0.19.3
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -126,7 +126,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.264"
rev: "v0.0.265"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
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": "^18.16.3",
"@types/node": "^20.1.0",
"chai": "^4.3.7",
"minimatch": "^9.0.0",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 546332e

Please sign in to comment.