Skip to content

Commit

Permalink
Update dependency jsonschema to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 17, 2021
1 parent 0e0069b commit c3d96c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jmespath>=0.10.0
asyncio==3.4.3
pytimeparse==1.1.8
termgraph==0.2.1
jsonschema==3.2.0
jsonschema==4.3.1
jsonpath-ng==1.5.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_install_requires():
res.append('asyncio==3.4.3')
res.append('pytimeparse==1.1.8')
res.append('termgraph==0.2.1')
res.append('jsonschema==3.2.0')
res.append('jsonschema==4.3.1')
res.append('jsonpath-ng==1.5.2')

return res
Expand Down

0 comments on commit c3d96c3

Please sign in to comment.