Skip to content

Commit 4be74c9

Browse files
authored
Merge pull request #2430 from alphagov/fix-lint-terraform
Fix checkov incompatibility with pycares 5.0.0
2 parents ed0b277 + 0b85c45 commit 4be74c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.review_apps/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# This is here exclusively to inform the version of Checkov we use.
22
# We do not write anything in Python.
3-
checkov==3.2.369
3+
checkov==3.2.470
4+
# This has been added due to an incompatibility between checkov and the latest pycares version. This can be removed
5+
# when checkov updates their dependency to support 5.x versions of pycares.
6+
pycares<5.0.0

0 commit comments

Comments
 (0)