Skip to content

Commit

Permalink
Update dependencies (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Apr 3, 2023
1 parent 56da717 commit 5756a7e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
12 changes: 6 additions & 6 deletions .config/requirements-lock.txt
Expand Up @@ -4,31 +4,31 @@
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-core==2.14.3
ansible-core==2.14.4
attrs==22.2.0
black==23.1.0
black==23.3.0
bracex==2.3.post1
cffi==1.15.1
click==8.1.3
cryptography==40.0.1
filelock==3.10.6
filelock==3.10.7
jinja2==3.1.2
jsonschema==4.17.3
markdown-it-py==2.2.0
markupsafe==2.1.2
mdurl==0.1.2
mypy-extensions==1.0.0
packaging==23.0
pathspec==0.11.0
pathspec==0.11.1
platformdirs==3.2.0
pycparser==2.21
pygments==2.14.0
pyrsistent==0.19.3
pyyaml==6.0
resolvelib==0.8.1
rich==13.3.2
rich==13.3.3
ruamel-yaml==0.17.21
setuptools==67.6.0
setuptools==67.6.1
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.5.0
Expand Down
22 changes: 11 additions & 11 deletions .config/requirements.txt
Expand Up @@ -4,11 +4,11 @@
#
# 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.1
ansible-core==2.14.4
astroid==2.15.2
attrs==22.2.0
beautifulsoup4==4.12.0
black==23.1.0
black==23.3.0
bracex==2.3.post1
cairocffi==1.5.0
cairosvg==2.7.0
Expand All @@ -26,7 +26,7 @@ defusedxml==0.7.1
dill==0.3.6
exceptiongroup==1.1.1
execnet==1.9.0
filelock==3.10.6
filelock==3.10.7
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.4
mkdocs-material==9.1.5
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.4
mkdocs-monorepo-plugin==1.0.4
Expand All @@ -63,8 +63,8 @@ mkdocstrings-python==0.8.3
mypy==1.1.1
mypy-extensions==1.0.0
packaging==23.0
pathspec==0.11.0
pillow==9.4.0
pathspec==0.11.1
pillow==9.5.0
pipdeptree==2.7.0
platformdirs==3.2.0
pluggy==1.0.0
Expand All @@ -90,9 +90,9 @@ rdflib==6.3.2
regex==2023.3.23
requests==2.28.2
resolvelib==0.8.1
rich==13.3.2
rich==13.3.3
ruamel-yaml==0.17.21
setuptools==67.6.0
setuptools==67.6.1
six==1.16.0
soupsieve==2.4
spdx-tools==0.7.1
Expand All @@ -101,8 +101,8 @@ text-unidecode==1.3
tinycss2==1.2.1
tomli==2.0.1
tomlkit==0.11.7
types-jsonschema==4.17.0.6
types-pyyaml==6.0.12.8
types-jsonschema==4.17.0.7
types-pyyaml==6.0.12.9
typing-extensions==4.5.0
uritools==4.0.1
urllib3==1.26.15
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -132,7 +132,7 @@ repos:
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
- --filter-files
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -182,7 +182,7 @@ repos:
plugins/.*
)$
- repo: https://github.com/pycqa/pylint
rev: v2.17.1
rev: v3.0.0a6
hooks:
- id: pylint
args:
Expand Down
44 changes: 22 additions & 22 deletions test/schemas/package-lock.json

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

6 changes: 3 additions & 3 deletions test/schemas/package.json
Expand Up @@ -16,11 +16,11 @@
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"chai": "^4.3.7",
"minimatch": "^7.4.3",
"minimatch": "^8.0.2",
"mocha": "^10.2.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"directories": {
"test": "./src"
Expand Down

0 comments on commit 5756a7e

Please sign in to comment.