-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release cfn_guard_rs_hook v0.3.3 (#253)
- Loading branch information
Showing
3 changed files
with
87 additions
and
66 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[tool.poetry] | ||
name = "cfn_guard_rs_hook" | ||
version = "0.3.0" | ||
version = "0.3.3" | ||
description = "Works with cloudformation-cli-python-lib to remove duplicate code when creating a CloudFormation registry hook that leverages the library cfn_guard_rs" | ||
authors = ["Kevin DeJong <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7.2" | ||
cloudformation-cli-python-lib = "^2.1.12" | ||
cfn-guard-rs = "~0.3.2" | ||
cfn-guard-rs = "~0.3.3" | ||
pyyaml = "~6.0.1" | ||
Jinja2 = "^3.0.0" | ||
jsonpath-rw = "^1.0.0" | ||
|
Oops, something went wrong.