File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
66#
77ansible-compat==4.1.10
8- ansible-core==2.15.4
8+ ansible-core==2.15.5
99attrs==23.1.0
10- black==23.9 .1
10+ black==23.10 .1
1111bracex==2.4
1212certifi==2023.7.22
1313cffi==1.16.0
14- charset-normalizer==3.2.0
14+ charset-normalizer==3.3.1
1515click==8.1.7
16- cryptography==41.0.4
16+ cryptography==41.0.5
1717filelock==3.12.4
1818idna==3.4
1919importlib-resources==5.0.7
@@ -24,21 +24,21 @@ markdown-it-py==3.0.0
2424markupsafe==2.1.3
2525mdurl==0.1.2
2626mypy-extensions==1.0.0
27- packaging==23.1
27+ packaging==23.2
2828pathspec==0.11.2
29- platformdirs==3.10 .0
29+ platformdirs==3.11 .0
3030pycparser==2.21
3131pygments==2.16.1
3232pyyaml==6.0.1
3333referencing==0.30.2
3434requests==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
3737ruamel-yaml==0.18.2
3838subprocess-tee==0.4.1
3939tomli==2.0.1
4040typing-extensions==4.8.0
41- urllib3==2.0.5
41+ urllib3==2.0.7
4242wcmatch==8.5
4343yamllint==1.32.0
4444
Original file line number Diff line number Diff line change 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#
77ansible-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
1010attrs == 23.1.0
1111babel == 2.12.1
1212beautifulsoup4 == 4.12.2
13- black == 23.9 .1
13+ black == 23.10 .1
1414boolean-py == 4.0
1515bracex == 2.4
1616cairocffi == 1.6.1
@@ -20,9 +20,9 @@ cffi==1.16.0
2020charset-normalizer == 3.2.0
2121click == 8.1.7
2222colorama == 0.4.6
23- coverage == 7.3.1
23+ coverage == 7.3.2
2424coverage-enable-subprocess == 1.0
25- cryptography == 41.0.4
25+ cryptography == 41.0.5
2626csscompressor == 0.9.5
2727cssselect2 == 0.7.0
2828defusedxml == 0.7.1
@@ -43,7 +43,6 @@ jmespath==1.0.1
4343jsmin == 3.0.1
4444jsonschema == 4.19.1
4545jsonschema-specifications == 2023.7.1
46- lazy-object-proxy == 1.9.0
4746license-expression == 30.1.1
4847markdown == 3.4.4
4948markdown-exec == 1.6.0
@@ -64,7 +63,7 @@ mkdocs-minify-plugin==0.7.1
6463mkdocs-monorepo-plugin == 1.0.5
6564mkdocstrings == 0.23.0
6665mkdocstrings-python == 1.7.1
67- mypy == 1.5 .1
66+ mypy == 1.6 .1
6867mypy-extensions == 1.0.0
6968netaddr == 0.9.0
7069packaging == 23.1
@@ -74,13 +73,13 @@ pillow==10.0.1
7473pipdeptree == 2.13.0
7574platformdirs == 3.10.0
7675pluggy == 1.3.0
77- psutil == 5.9.5
76+ psutil == 5.9.6
7877pycparser == 2.21
7978pygments == 2.16.1
80- pylint == 2.17.6
79+ pylint == 3.0.2
8180pymdown-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
8483pytest-plus == 0.6.0
8584pytest-xdist == 3.3.1
8685python-dateutil == 2.8.2
@@ -90,8 +89,8 @@ pyyaml-env-tag==0.1
9089referencing == 0.30.2
9190regex == 2023.8.8
9291requests == 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
9594ruamel-yaml == 0.18.2
9695six == 1.16.0
9796soupsieve == 2.5
@@ -107,7 +106,6 @@ urllib3==2.0.5
107106watchdog == 3.0.0
108107wcmatch == 8.5
109108webencodings == 0.5.1
110- wrapt == 1.15.0
111109yamllint == 1.32.0
112110zipp == 3.17.0
113111
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments