File tree Expand file tree Collapse file tree 5 files changed +44
-44
lines changed
Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 44#
55# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
66#
7- ansible-core==2.14.3
7+ ansible-core==2.14.4
88attrs==22.2.0
9- black==23.1 .0
9+ black==23.3 .0
1010bracex==2.3.post1
1111cffi==1.15.1
1212click==8.1.3
1313cryptography==40.0.1
14- filelock==3.10.6
14+ filelock==3.10.7
1515jinja2==3.1.2
1616jsonschema==4.17.3
1717markdown-it-py==2.2.0
1818markupsafe==2.1.2
1919mdurl==0.1.2
2020mypy-extensions==1.0.0
2121packaging==23.0
22- pathspec==0.11.0
22+ pathspec==0.11.1
2323platformdirs==3.2.0
2424pycparser==2.21
2525pygments==2.14.0
2626pyrsistent==0.19.3
2727pyyaml==6.0
2828resolvelib==0.8.1
29- rich==13.3.2
29+ rich==13.3.3
3030ruamel-yaml==0.17.21
31- setuptools==67.6.0
31+ setuptools==67.6.1
3232subprocess-tee==0.4.1
3333tomli==2.0.1
3434typing-extensions==4.5.0
Original file line number Diff line number Diff line change 44#
55# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
66#
7- ansible-core == 2.14.3
8- astroid == 2.15.1
7+ ansible-core == 2.14.4
8+ astroid == 2.15.2
99attrs == 22.2.0
1010beautifulsoup4 == 4.12.0
11- black == 23.1 .0
11+ black == 23.3 .0
1212bracex == 2.3.post1
1313cairocffi == 1.5.0
1414cairosvg == 2.7.0
@@ -26,7 +26,7 @@ defusedxml==0.7.1
2626dill == 0.3.6
2727exceptiongroup == 1.1.1
2828execnet == 1.9.0
29- filelock == 3.10.6
29+ filelock == 3.10.7
3030flake8 == 6.0.0
3131flake8-future-annotations == 1.1.0
3232ghp-import == 2.1.0
@@ -54,7 +54,7 @@ mkdocs-ansible==0.1.2
5454mkdocs-autorefs == 0.4.1
5555mkdocs-gen-files == 0.4.0
5656mkdocs-htmlproofer-plugin == 0.11.0
57- mkdocs-material == 9.1.4
57+ mkdocs-material == 9.1.5
5858mkdocs-material-extensions == 1.1.1
5959mkdocs-minify-plugin == 0.6.4
6060mkdocs-monorepo-plugin == 1.0.4
@@ -63,8 +63,8 @@ mkdocstrings-python==0.8.3
6363mypy == 1.1.1
6464mypy-extensions == 1.0.0
6565packaging == 23.0
66- pathspec == 0.11.0
67- pillow == 9.4 .0
66+ pathspec == 0.11.1
67+ pillow == 9.5 .0
6868pipdeptree == 2.7.0
6969platformdirs == 3.2.0
7070pluggy == 1.0.0
@@ -90,9 +90,9 @@ rdflib==6.3.2
9090regex == 2023.3.23
9191requests == 2.28.2
9292resolvelib == 0.8.1
93- rich == 13.3.2
93+ rich == 13.3.3
9494ruamel-yaml == 0.17.21
95- setuptools == 67.6.0
95+ setuptools == 67.6.1
9696six == 1.16.0
9797soupsieve == 2.4
9898spdx-tools == 0.7.1
@@ -101,8 +101,8 @@ text-unidecode==1.3
101101tinycss2 == 1.2.1
102102tomli == 2.0.1
103103tomlkit == 0.11.7
104- types-jsonschema == 4.17.0.6
105- types-pyyaml == 6.0.12.8
104+ types-jsonschema == 4.17.0.7
105+ types-pyyaml == 6.0.12.9
106106typing-extensions == 4.5.0
107107uritools == 4.0.1
108108urllib3 == 1.26.15
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ repos:
132132 # https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
133133 - --filter-files
134134 - repo : https://github.com/psf/black
135- rev : 23.1 .0
135+ rev : 23.3 .0
136136 hooks :
137137 - id : black
138138 language_version : python3
@@ -182,7 +182,7 @@ repos:
182182 plugins/.*
183183 )$
184184 - repo : https://github.com/pycqa/pylint
185- rev : v2.17.1
185+ rev : v3.0.0a6
186186 hooks :
187187 - id : pylint
188188 args :
Original file line number Diff line number Diff line change 1616 "@types/js-yaml" : " ^4.0.5" ,
1717 "@types/minimatch" : " ^5.1.2" ,
1818 "@types/mocha" : " ^10.0.1" ,
19- "@types/node" : " ^18.15.10 " ,
19+ "@types/node" : " ^18.15.11 " ,
2020 "chai" : " ^4.3.7" ,
21- "minimatch" : " ^7.4.3 " ,
21+ "minimatch" : " ^8.0.2 " ,
2222 "mocha" : " ^10.2.0" ,
23- "typescript" : " ^5.0.2 "
23+ "typescript" : " ^5.0.3 "
2424 },
2525 "directories" : {
2626 "test" : " ./src"
You can’t perform that action at this time.
0 commit comments