Skip to content

Commit

Permalink
Update json-schema (#3926)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] authored Dec 4, 2023
1 parent 7fa5f76 commit 79826a2
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .config/lock-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cryptography==41.0.5
filelock==3.13.1
idna==3.4
jinja2==3.1.2
jsonschema==4.19.2
jsonschema-specifications==2023.7.1
jsonschema==4.20.0
jsonschema-specifications==2023.11.2
markdown-it-py==3.0.0
markupsafe==2.1.3
mdurl==0.1.2
Expand All @@ -29,7 +29,7 @@ platformdirs==3.11.0
pycparser==2.21
pygments==2.16.1
pyyaml==6.0.1
referencing==0.30.2
referencing==0.31.1
requests==2.31.0
rich==13.6.0
rpds-py==0.12.0
Expand Down
10 changes: 5 additions & 5 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ isort==5.12.0
jinja2==3.1.2
jmespath==1.0.1
jsmin==3.0.1
jsonschema==4.19.2
jsonschema-specifications==2023.7.1
license-expression==30.1.1
jsonschema==4.20.0
jsonschema-specifications==2023.11.2
license-expression==30.2.0
markdown==3.4.4
markdown-exec==1.6.0
markdown-include==0.8.1
Expand Down Expand Up @@ -85,7 +85,7 @@ python-dateutil==2.8.2
python-slugify==8.0.1
pyyaml==6.0.1
pyyaml-env-tag==0.1
referencing==0.30.2
referencing==0.31.1
regex==2023.8.8
requests==2.31.0
rich==13.6.0
Expand All @@ -98,7 +98,7 @@ text-unidecode==1.3
tinycss2==1.2.1
tomli==2.0.1
tomlkit==0.12.2
types-jsonschema==4.19.0.4
types-jsonschema==4.20.0.0
types-pyyaml==6.0.12.12
typing-extensions==4.8.0
urllib3==2.0.5
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ repos:
- ruamel-yaml>=0.18.2
- subprocess-tee
- types-PyYAML
- types-jsonschema>=4.4.2
- types-jsonschema>=4.20.0.0
- types-pkg_resources
- types-setuptools
- wcmatch
Expand All @@ -181,7 +181,7 @@ repos:
- black>=22.10.0
- docutils
- filelock>=3.12.2
- jsonschema>=4.9.0
- jsonschema>=4.20.0
- license-expression >= 30.1.1
- pytest-mock
- pytest>=7.2.2
Expand All @@ -200,7 +200,7 @@ repos:
name: lock
alias: lock
always_run: true
entry: pip-compile --upgrade --resolver=backtracking -q --no-annotate --output-file=.config/lock-requirements.txt pyproject.toml --strip-extras --unsafe-package ruamel-yaml-clib --unsafe-package resolvelib
entry: pip-compile --upgrade -q --no-annotate --output-file=.config/lock-requirements.txt pyproject.toml --strip-extras --unsafe-package ruamel-yaml-clib --unsafe-package resolvelib
files: ^.config\/.*requirements.*$
language: python
language_version: "3.10" # minimal we support officially
Expand All @@ -212,15 +212,15 @@ repos:
name: deps
alias: deps
always_run: true
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=.config/requirements.txt pyproject.toml --extra docs --extra test --strip-extras --unsafe-package ruamel-yaml-clib --unsafe-package resolvelib
entry: pip-compile -q --no-annotate --output-file=.config/requirements.txt pyproject.toml --extra docs --extra test --strip-extras --unsafe-package ruamel-yaml-clib --unsafe-package resolvelib
files: ^.config\/.*requirements.*$
language: python
language_version: "3.10" # minimal we support officially
pass_filenames: false
additional_dependencies:
- pip>=22.3.1
- id: pip-compile
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=.config/requirements.txt pyproject.toml --extra docs --extra test --strip-extras --unsafe-package ruamel-yaml-clib --unsafe-package resolvelib --upgrade
entry: pip-compile -q --no-annotate --output-file=.config/requirements.txt pyproject.toml --extra docs --extra test --strip-extras --unsafe-package ruamel-yaml-clib --unsafe-package resolvelib --upgrade
language: python
always_run: true
pass_filenames: false
Expand Down
Loading

0 comments on commit 79826a2

Please sign in to comment.