Skip to content

Commit

Permalink
Release cfn_guard_rs_hook v0.3.3 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Oct 23, 2023
1 parent da9e223 commit 8b219d8
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 66 deletions.
143 changes: 82 additions & 61 deletions packages/cfn_guard_rs_hook/poetry.lock

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

4 changes: 2 additions & 2 deletions packages/cfn_guard_rs_hook/pyproject.toml
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"
Expand Down
Loading

0 comments on commit 8b219d8

Please sign in to comment.