Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
jsonschema 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsdave committed Mar 5, 2019
1 parent 31ed471 commit e76996e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- clair v2.0.6 -> v2.0.7
- flake8 3.7.5 -> 3.7.6
- jsonschema 2.6.0 -> 3.0.0
- jsonschema 2.6.0 -> 3.0.1

### Removed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'bin/assess-vulnerabilities-risk.py',
],
install_requires=[
"jsonschema==3.0.0",
'jsonschema==3.0.1',
],
dependency_links=[
],
Expand Down

0 comments on commit e76996e

Please sign in to comment.