Skip to content

Commit 9732c24

Browse files
committed
Update test dependencies
1 parent 348c385 commit 9732c24

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.config/requirements-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ black==23.10.1
1111
bracex==2.4
1212
certifi==2023.7.22
1313
cffi==1.16.0
14-
charset-normalizer==3.3.1
14+
charset-normalizer==3.3.2
1515
click==8.1.7
1616
cryptography==41.0.5
17-
filelock==3.13.0
17+
filelock==3.13.1
1818
idna==3.4
1919
importlib-resources==5.0.7
2020
jinja2==3.1.2
21-
jsonschema==4.19.1
21+
jsonschema==4.19.2
2222
jsonschema-specifications==2023.7.1
2323
markdown-it-py==3.0.0
2424
markupsafe==2.1.3
@@ -34,7 +34,7 @@ referencing==0.30.2
3434
requests==2.31.0
3535
rich==13.6.0
3636
rpds-py==0.10.6
37-
ruamel-yaml==0.18.3
37+
ruamel-yaml==0.18.5
3838
subprocess-tee==0.4.1
3939
tomli==2.0.1
4040
typing-extensions==4.8.0

.config/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defusedxml==0.7.1
2929
dill==0.3.7
3030
exceptiongroup==1.1.3
3131
execnet==2.0.2
32-
filelock==3.13.0
32+
filelock==3.13.1
3333
ghp-import==2.1.0
3434
griffe==0.36.4
3535
htmlmin2==0.1.13
@@ -41,7 +41,7 @@ isort==5.12.0
4141
jinja2==3.1.2
4242
jmespath==1.0.1
4343
jsmin==3.0.1
44-
jsonschema==4.19.1
44+
jsonschema==4.19.2
4545
jsonschema-specifications==2023.7.1
4646
license-expression==30.1.1
4747
markdown==3.4.4
@@ -91,15 +91,15 @@ regex==2023.8.8
9191
requests==2.31.0
9292
rich==13.6.0
9393
rpds-py==0.10.6
94-
ruamel-yaml==0.18.3
94+
ruamel-yaml==0.18.5
9595
six==1.16.0
9696
soupsieve==2.5
9797
subprocess-tee==0.4.1
9898
text-unidecode==1.3
9999
tinycss2==1.2.1
100100
tomli==2.0.1
101-
tomlkit==0.12.1
102-
types-jsonschema==4.19.0.3
101+
tomlkit==0.12.2
102+
types-jsonschema==4.19.0.4
103103
types-pyyaml==6.0.12.12
104104
typing-extensions==4.8.0
105105
urllib3==2.0.5

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
args: [--relative, --no-progress, --no-summary]
7272
name: Spell check with cspell
7373
- repo: https://github.com/python-jsonschema/check-jsonschema
74-
rev: 0.27.0
74+
rev: 0.27.1
7575
hooks:
7676
- id: check-github-workflows
7777
- repo: https://github.com/pre-commit/pre-commit-hooks.git

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.8",
1717
"@types/minimatch": "^5.1.2",
1818
"@types/mocha": "^10.0.3",
19-
"@types/node": "^20.8.9",
19+
"@types/node": "^20.8.10",
2020
"chai": "^4.3.10",
2121
"minimatch": "^9.0.3",
2222
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)