Skip to content

Commit c2ca14e

Browse files
authored
Update deps (#3575)
1 parent 20b3b50 commit c2ca14e

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.config/requirements-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ idna==3.4
1919
importlib-resources==5.0.7
2020
jinja2==3.1.2
2121
jsonschema==4.17.3
22-
markdown-it-py==2.2.0
22+
markdown-it-py==3.0.0
2323
markupsafe==2.1.3
2424
mdurl==0.1.2
2525
mypy-extensions==1.0.0
2626
packaging==23.1
2727
pathspec==0.11.1
28-
platformdirs==3.5.3
28+
platformdirs==3.6.0
2929
pycparser==2.21
3030
pygments==2.15.1
3131
pyrsistent==0.19.3
3232
pyyaml==6.0
3333
requests==2.31.0
34-
rich==13.4.1
35-
ruamel-yaml==0.17.31
34+
rich==13.4.2
35+
ruamel-yaml==0.17.32
3636
subprocess-tee==0.4.1
3737
tomli==2.0.1
3838
typing-extensions==4.6.3

.config/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy-object-proxy==1.9.0
4545
markdown==3.3.7
4646
markdown-exec==1.6.0
4747
markdown-include==0.8.1
48-
markdown-it-py==2.2.0
48+
markdown-it-py==3.0.0
4949
markupsafe==2.1.2
5050
mccabe==0.7.0
5151
mdurl==0.1.2
@@ -68,18 +68,18 @@ packaging==23.1
6868
pathspec==0.11.1
6969
pillow==9.5.0
7070
pipdeptree==2.7.1
71-
platformdirs==3.5.3
71+
platformdirs==3.6.0
7272
pluggy==1.0.0
7373
ply==3.11
7474
psutil==5.9.5
7575
pycparser==2.21
7676
pygments==2.15.1
7777
pylint==2.17.4
7878
pymdown-extensions==10.0.1
79-
pyparsing==3.0.9
79+
pyparsing==3.1.0
8080
pyrsistent==0.19.3
8181
pytest==7.3.2
82-
pytest-mock==3.10.0
82+
pytest-mock==3.11.1
8383
pytest-plus==0.4.0
8484
pytest-xdist==3.3.1
8585
python-dateutil==2.8.2
@@ -89,8 +89,8 @@ pyyaml-env-tag==0.1
8989
rdflib==6.3.2
9090
regex==2023.5.5
9191
requests==2.31.0
92-
rich==13.4.1
93-
ruamel-yaml==0.17.31
92+
rich==13.4.2
93+
ruamel-yaml==0.17.32
9494
six==1.16.0
9595
soupsieve==2.4.1
9696
spdx-tools==0.7.1

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repos:
7070
args: [--relative, --no-progress, --no-summary]
7171
name: Spell check with cspell
7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: 0.23.1
73+
rev: 0.23.2
7474
hooks:
7575
- id: check-github-workflows
7676
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -101,7 +101,7 @@ repos:
101101
- id: debug-statements
102102
language_version: python3
103103
- repo: https://github.com/codespell-project/codespell
104-
rev: v2.2.4
104+
rev: v2.2.5
105105
hooks:
106106
- id: codespell
107107
exclude: >

test/schemas/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/js-yaml": "^4.0.5",
1717
"@types/minimatch": "^5.1.2",
1818
"@types/mocha": "^10.0.1",
19-
"@types/node": "^20.3.0",
19+
"@types/node": "^20.3.1",
2020
"chai": "^4.3.7",
2121
"minimatch": "^9.0.1",
2222
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)