Skip to content

Commit 316f980

Browse files
authored
fix: explicit pin of upstream c7n-left version (#44)
An upstream c7n release caused issues with sinistral-cli, so it was determined that the default behavior should be to pin to the version that we have specifically tested with.
1 parent b41e17b commit 316f980

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

poetry.lock

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jmespath = "^1.0.1"
2020
pyjwt = "^2.6.0"
2121
pyrsistent = "^0.19.3"
2222
pyyaml = "^6.0"
23-
c7n-left = "^0.3.22"
23+
c7n-left = "==0.3.22"
2424

2525

2626
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)