Skip to content

Commit

Permalink
Require jsonschema>=4.6.0 (#2200)
Browse files Browse the repository at this point in the history
* Update jsonschema

* Require jsonschema>=4.6.0
  • Loading branch information
ssbarnea committed Jun 8, 2022
1 parent 7de057f commit dd09b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ repos:
- docutils
- enrich
- flaky
- jsonschema>=4.5.1
- jsonschema>=4.6.0
- pytest
- pyyaml
- rich>=11.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ importlib-metadata==4.11.4
iniconfig==1.1.1
isort==5.10.1
jinja2==3.1.2
jsonschema==4.5.1
jsonschema==4.6.0
lazy-object-proxy==1.7.1
markdown-it-py==2.1.0
markupsafe==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install_requires =
ansible-compat>=2.1.0 # GPLv3
ansible-core>=2.12.0 # GPLv3
enrich>=1.2.6
jsonschema>=4.5.1 # MIT, first version to have ordered keys in output
jsonschema>=4.6.0 # MIT, first version to have ordered keys in output
packaging
pyyaml
pytest
Expand Down

0 comments on commit dd09b67

Please sign in to comment.