Skip to content

Commit

Permalink
Update test dependencies (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Sep 28, 2023
1 parent f646c40 commit e4ee3e6
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 67 deletions.
8 changes: 4 additions & 4 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.7
cryptography==41.0.3
cryptography==41.0.4
filelock==3.12.4
idna==3.4
importlib-resources==5.0.7
jinja2==3.1.2
jsonschema==4.19.0
jsonschema==4.19.1
jsonschema-specifications==2023.7.1
markdown-it-py==3.0.0
markupsafe==2.1.3
Expand All @@ -34,11 +34,11 @@ referencing==0.30.2
requests==2.31.0
rich==13.5.3
rpds-py==0.10.3
ruamel-yaml==0.17.32
ruamel-yaml==0.17.33
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.8.0
urllib3==2.0.4
urllib3==2.0.5
wcmatch==8.5
yamllint==1.32.0

Expand Down
14 changes: 7 additions & 7 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible-compat==4.1.10
ansible-core==2.15.4
astroid==2.15.6
astroid==2.15.8
attrs==23.1.0
beautifulsoup4==4.12.2
black==23.9.1
Expand All @@ -20,7 +20,7 @@ click==8.1.3
colorama==0.4.6
coverage==7.3.1
coverage-enable-subprocess==1.0
cryptography==41.0.3
cryptography==41.0.4
csscompressor==0.9.5
cssselect2==0.7.0
defusedxml==0.7.1
Expand All @@ -40,7 +40,7 @@ isort==5.12.0
jinja2==3.1.2
jmespath==1.0.1
jsmin==3.0.1
jsonschema==4.19.0
jsonschema==4.19.1
jsonschema-specifications==2023.7.1
lazy-object-proxy==1.9.0
markdown==3.3.7
Expand Down Expand Up @@ -75,7 +75,7 @@ ply==3.11
psutil==5.9.5
pycparser==2.21
pygments==2.15.1
pylint==2.17.5
pylint==2.17.6
pymdown-extensions==10.0.1
pyparsing==3.1.1
pytest==7.4.2
Expand All @@ -92,7 +92,7 @@ regex==2023.5.5
requests==2.31.0
rich==13.5.3
rpds-py==0.10.3
ruamel-yaml==0.17.32
ruamel-yaml==0.17.33
six==1.16.0
soupsieve==2.4.1
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.12.1
types-jsonschema==4.17.0.10
types-pyyaml==6.0.12.11
types-jsonschema==4.19.0.3
types-pyyaml==6.0.12.12
typing-extensions==4.6.2
uritools==4.0.2
urllib3==2.0.2
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repos:
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -130,7 +130,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.290"
rev: "v0.0.291"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ python_files = [
xfail_strict = true

[tool.ruff]
required-version = "0.0.290"
required-version = "0.0.291"
ignore = [
"D203", # incompatible with D211
"D213", # incompatible with D212
Expand Down
106 changes: 56 additions & 50 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@types/chai": "^4.3.6",
"@types/js-yaml": "^4.0.6",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.2",
"chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"chai": "^4.3.10",
"minimatch": "^9.0.3",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
Expand Down

0 comments on commit e4ee3e6

Please sign in to comment.