Skip to content

Commit

Permalink
Update dependency jsonschema to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2020
1 parent 001a83e commit 7c88518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

here = os.path.dirname(__file__)
requires = [
'jsonschema==2.4.0',
'jsonschema==2.6.0',
]
if sys.version_info <= (3, 5):
requires.append('zipp == 1.2.0')
Expand Down

0 comments on commit 7c88518

Please sign in to comment.