Skip to content

Commit

Permalink
update jsonnet to 0.18.0 (#821)
Browse files Browse the repository at this point in the history
* update jsonnet to 0.18.0

* keep pypi go-jsonnet at 0.17.0 as 0.18.0 is not out yet
  • Loading branch information
ramaro authored Mar 17, 2022
1 parent 58c360f commit 6975087
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 59 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
jsonnet = "==0.17.0"
jsonnet = "==0.18.0"
jsonschema = "==3.2.0"
python-gnupg = "==0.4.6"
six = ">=1.15.0"
Expand Down
122 changes: 65 additions & 57 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jmespath==0.10.0
# -r requirements.txt
# boto3
# botocore
jsonnet==0.17.0
jsonnet==0.18.0
# via -r requirements.txt
jsonschema==3.2.0
# via -r requirements.txt
Expand Down

0 comments on commit 6975087

Please sign in to comment.