Skip to content

Commit 4b94326

Browse files
authored
Update test dependencies (#3873)
1 parent c9fd910 commit 4b94326

4 files changed

Lines changed: 101 additions & 87 deletions

File tree

.config/requirements-lock.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
66
#
77
ansible-compat==4.1.10
8-
ansible-core==2.15.4
8+
ansible-core==2.15.5
99
attrs==23.1.0
10-
black==23.9.1
10+
black==23.10.1
1111
bracex==2.4
1212
certifi==2023.7.22
1313
cffi==1.16.0
14-
charset-normalizer==3.2.0
14+
charset-normalizer==3.3.1
1515
click==8.1.7
16-
cryptography==41.0.4
16+
cryptography==41.0.5
1717
filelock==3.12.4
1818
idna==3.4
1919
importlib-resources==5.0.7
@@ -24,21 +24,21 @@ markdown-it-py==3.0.0
2424
markupsafe==2.1.3
2525
mdurl==0.1.2
2626
mypy-extensions==1.0.0
27-
packaging==23.1
27+
packaging==23.2
2828
pathspec==0.11.2
29-
platformdirs==3.10.0
29+
platformdirs==3.11.0
3030
pycparser==2.21
3131
pygments==2.16.1
3232
pyyaml==6.0.1
3333
referencing==0.30.2
3434
requests==2.31.0
35-
rich==13.5.3
36-
rpds-py==0.10.3
35+
rich==13.6.0
36+
rpds-py==0.10.6
3737
ruamel-yaml==0.18.2
3838
subprocess-tee==0.4.1
3939
tomli==2.0.1
4040
typing-extensions==4.8.0
41-
urllib3==2.0.5
41+
urllib3==2.0.7
4242
wcmatch==8.5
4343
yamllint==1.32.0
4444

.config/requirements.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
66
#
77
ansible-compat==4.1.10
8-
ansible-core==2.15.4
9-
astroid==2.15.8
8+
ansible-core==2.15.5
9+
astroid==3.0.1
1010
attrs==23.1.0
1111
babel==2.12.1
1212
beautifulsoup4==4.12.2
13-
black==23.9.1
13+
black==23.10.1
1414
boolean-py==4.0
1515
bracex==2.4
1616
cairocffi==1.6.1
@@ -20,9 +20,9 @@ cffi==1.16.0
2020
charset-normalizer==3.2.0
2121
click==8.1.7
2222
colorama==0.4.6
23-
coverage==7.3.1
23+
coverage==7.3.2
2424
coverage-enable-subprocess==1.0
25-
cryptography==41.0.4
25+
cryptography==41.0.5
2626
csscompressor==0.9.5
2727
cssselect2==0.7.0
2828
defusedxml==0.7.1
@@ -43,7 +43,6 @@ jmespath==1.0.1
4343
jsmin==3.0.1
4444
jsonschema==4.19.1
4545
jsonschema-specifications==2023.7.1
46-
lazy-object-proxy==1.9.0
4746
license-expression==30.1.1
4847
markdown==3.4.4
4948
markdown-exec==1.6.0
@@ -64,7 +63,7 @@ mkdocs-minify-plugin==0.7.1
6463
mkdocs-monorepo-plugin==1.0.5
6564
mkdocstrings==0.23.0
6665
mkdocstrings-python==1.7.1
67-
mypy==1.5.1
66+
mypy==1.6.1
6867
mypy-extensions==1.0.0
6968
netaddr==0.9.0
7069
packaging==23.1
@@ -74,13 +73,13 @@ pillow==10.0.1
7473
pipdeptree==2.13.0
7574
platformdirs==3.10.0
7675
pluggy==1.3.0
77-
psutil==5.9.5
76+
psutil==5.9.6
7877
pycparser==2.21
7978
pygments==2.16.1
80-
pylint==2.17.6
79+
pylint==3.0.2
8180
pymdown-extensions==10.3
82-
pytest==7.4.2
83-
pytest-mock==3.11.1
81+
pytest==7.4.3
82+
pytest-mock==3.12.0
8483
pytest-plus==0.6.0
8584
pytest-xdist==3.3.1
8685
python-dateutil==2.8.2
@@ -90,8 +89,8 @@ pyyaml-env-tag==0.1
9089
referencing==0.30.2
9190
regex==2023.8.8
9291
requests==2.31.0
93-
rich==13.5.3
94-
rpds-py==0.10.3
92+
rich==13.6.0
93+
rpds-py==0.10.6
9594
ruamel-yaml==0.18.2
9695
six==1.16.0
9796
soupsieve==2.5
@@ -107,7 +106,6 @@ urllib3==2.0.5
107106
watchdog==3.0.0
108107
wcmatch==8.5
109108
webencodings==0.5.1
110-
wrapt==1.15.0
111109
yamllint==1.32.0
112110
zipp==3.17.0
113111

test/schemas/package-lock.json

Lines changed: 75 additions & 59 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"js-yaml": "^4.1.0",
55
"safe-stable-stringify": "^2.4.3",
66
"ts-node": "^10.9.1",
7-
"vscode-json-languageservice": "^5.3.6"
7+
"vscode-json-languageservice": "^5.3.7"
88
},
99
"scripts": {
1010
"compile": "tsc -p ./src",
1111
"deps": "npx --yes npm-check-updates -u && npm install --ignore-scripts",
1212
"test": "python3 src/rebuild.py && mocha"
1313
},
1414
"devDependencies": {
15-
"@types/chai": "^4.3.6",
16-
"@types/js-yaml": "^4.0.6",
15+
"@types/chai": "^4.3.9",
16+
"@types/js-yaml": "^4.0.8",
1717
"@types/minimatch": "^5.1.2",
18-
"@types/mocha": "^10.0.2",
19-
"@types/node": "^20.7.1",
18+
"@types/mocha": "^10.0.3",
19+
"@types/node": "^20.8.9",
2020
"chai": "^4.3.10",
2121
"minimatch": "^9.0.3",
2222
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)