Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies #3217

Merged
merged 1 commit into from Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .config/requirements-lock.txt
Expand Up @@ -10,8 +10,8 @@ black==23.1.0
bracex==2.3.post1
cffi==1.15.1
click==8.1.3
cryptography==39.0.2
filelock==3.10.0
cryptography==40.0.1
filelock==3.10.6
jinja2==3.1.2
jsonschema==4.17.3
markdown-it-py==2.2.0
Expand All @@ -20,7 +20,7 @@ mdurl==0.1.2
mypy-extensions==1.0.0
packaging==23.0
pathspec==0.11.0
platformdirs==3.1.1
platformdirs==3.2.0
pycparser==2.21
pygments==2.14.0
pyrsistent==0.19.3
Expand Down
20 changes: 10 additions & 10 deletions .config/requirements.txt
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-core==2.14.3
astroid==2.15.0
astroid==2.15.1
attrs==22.2.0
beautifulsoup4==4.12.0
black==23.1.0
Expand All @@ -19,14 +19,14 @@ click==8.1.3
colorama==0.4.6
coverage==7.2.2
coverage-enable-subprocess==1.0
cryptography==39.0.2
cryptography==40.0.1
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
dill==0.3.6
exceptiongroup==1.1.1
execnet==1.9.0
filelock==3.10.0
filelock==3.10.6
flake8==6.0.0
flake8-future-annotations==1.1.0
ghp-import==2.1.0
Expand Down Expand Up @@ -54,7 +54,7 @@ mkdocs-ansible==0.1.2
mkdocs-autorefs==0.4.1
mkdocs-gen-files==0.4.0
mkdocs-htmlproofer-plugin==0.11.0
mkdocs-material==9.1.3
mkdocs-material==9.1.4
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.4
mkdocs-monorepo-plugin==1.0.4
Expand All @@ -65,16 +65,16 @@ mypy-extensions==1.0.0
packaging==23.0
pathspec==0.11.0
pillow==9.4.0
pipdeptree==2.6.0
platformdirs==3.1.1
pipdeptree==2.7.0
platformdirs==3.2.0
pluggy==1.0.0
ply==3.11
psutil==5.9.4
pycodestyle==2.10.0
pycparser==2.21
pyflakes==3.0.1
pygments==2.14.0
pylint==2.17.0
pylint==2.17.1
pymdown-extensions==9.10
pyparsing==3.0.9
pyrsistent==0.19.3
Expand All @@ -86,8 +86,8 @@ python-dateutil==2.8.2
python-slugify==8.0.1
pyyaml==6.0
pyyaml-env-tag==0.1
rdflib==6.3.1
regex==2022.10.31
rdflib==6.3.2
regex==2023.3.23
requests==2.28.2
resolvelib==0.8.1
rich==13.3.2
Expand All @@ -100,7 +100,7 @@ subprocess-tee==0.4.1
text-unidecode==1.3
tinycss2==1.2.1
tomli==2.0.1
tomlkit==0.11.6
tomlkit==0.11.7
types-jsonschema==4.17.0.6
types-pyyaml==6.0.12.8
typing-extensions==4.5.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -182,7 +182,7 @@ repos:
plugins/.*
)$
- repo: https://github.com/pycqa/pylint
rev: v2.17.0
rev: v2.17.1
hooks:
- id: pylint
args:
Expand Down
28 changes: 14 additions & 14 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/schemas/package.json
Expand Up @@ -16,9 +16,9 @@
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.5",
"@types/node": "^18.15.10",
"chai": "^4.3.7",
"minimatch": "^7.4.2",
"minimatch": "^7.4.3",
"mocha": "^10.2.0",
"typescript": "^5.0.2"
},
Expand Down