Skip to content

Commit

Permalink
upgrade hcl2 (bridgecrewio#2810)
Browse files Browse the repository at this point in the history
* upgrade hcl2

* upgrade version in setup.py
  • Loading branch information
gruebel authored Apr 13, 2022
1 parent 32c410d commit b2c6133
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dlint = "*"
#
# REMINDER: Update "install_requires" deps on setup.py when changing
#
bc-python-hcl2 = "==0.3.38"
bc-python-hcl2 = "==0.3.39"
deep_merge = "*"
tabulate = "*"
colorama="*"
Expand Down
32 changes: 16 additions & 16 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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
},
install_requires=[
"bc-python-hcl2==0.3.38",
"bc-python-hcl2==0.3.39",
"cloudsplaining>=0.4.1",
"deep_merge",
"tabulate",
Expand Down

0 comments on commit b2c6133

Please sign in to comment.