Skip to content

Commit 5756a7e

Browse files
authored
Update dependencies (#3238)
1 parent 56da717 commit 5756a7e

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

.config/requirements-lock.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
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
88
attrs==22.2.0
9-
black==23.1.0
9+
black==23.3.0
1010
bracex==2.3.post1
1111
cffi==1.15.1
1212
click==8.1.3
1313
cryptography==40.0.1
14-
filelock==3.10.6
14+
filelock==3.10.7
1515
jinja2==3.1.2
1616
jsonschema==4.17.3
1717
markdown-it-py==2.2.0
1818
markupsafe==2.1.2
1919
mdurl==0.1.2
2020
mypy-extensions==1.0.0
2121
packaging==23.0
22-
pathspec==0.11.0
22+
pathspec==0.11.1
2323
platformdirs==3.2.0
2424
pycparser==2.21
2525
pygments==2.14.0
2626
pyrsistent==0.19.3
2727
pyyaml==6.0
2828
resolvelib==0.8.1
29-
rich==13.3.2
29+
rich==13.3.3
3030
ruamel-yaml==0.17.21
31-
setuptools==67.6.0
31+
setuptools==67.6.1
3232
subprocess-tee==0.4.1
3333
tomli==2.0.1
3434
typing-extensions==4.5.0

.config/requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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
99
attrs==22.2.0
1010
beautifulsoup4==4.12.0
11-
black==23.1.0
11+
black==23.3.0
1212
bracex==2.3.post1
1313
cairocffi==1.5.0
1414
cairosvg==2.7.0
@@ -26,7 +26,7 @@ defusedxml==0.7.1
2626
dill==0.3.6
2727
exceptiongroup==1.1.1
2828
execnet==1.9.0
29-
filelock==3.10.6
29+
filelock==3.10.7
3030
flake8==6.0.0
3131
flake8-future-annotations==1.1.0
3232
ghp-import==2.1.0
@@ -54,7 +54,7 @@ mkdocs-ansible==0.1.2
5454
mkdocs-autorefs==0.4.1
5555
mkdocs-gen-files==0.4.0
5656
mkdocs-htmlproofer-plugin==0.11.0
57-
mkdocs-material==9.1.4
57+
mkdocs-material==9.1.5
5858
mkdocs-material-extensions==1.1.1
5959
mkdocs-minify-plugin==0.6.4
6060
mkdocs-monorepo-plugin==1.0.4
@@ -63,8 +63,8 @@ mkdocstrings-python==0.8.3
6363
mypy==1.1.1
6464
mypy-extensions==1.0.0
6565
packaging==23.0
66-
pathspec==0.11.0
67-
pillow==9.4.0
66+
pathspec==0.11.1
67+
pillow==9.5.0
6868
pipdeptree==2.7.0
6969
platformdirs==3.2.0
7070
pluggy==1.0.0
@@ -90,9 +90,9 @@ rdflib==6.3.2
9090
regex==2023.3.23
9191
requests==2.28.2
9292
resolvelib==0.8.1
93-
rich==13.3.2
93+
rich==13.3.3
9494
ruamel-yaml==0.17.21
95-
setuptools==67.6.0
95+
setuptools==67.6.1
9696
six==1.16.0
9797
soupsieve==2.4
9898
spdx-tools==0.7.1
@@ -101,8 +101,8 @@ text-unidecode==1.3
101101
tinycss2==1.2.1
102102
tomli==2.0.1
103103
tomlkit==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
106106
typing-extensions==4.5.0
107107
uritools==4.0.1
108108
urllib3==1.26.15

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

test/schemas/package-lock.json

Lines changed: 22 additions & 22 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
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"

0 commit comments

Comments
 (0)