Skip to content

Commit 2c22283

Browse files
committed
chore: pin cdk-nag at v2.13.x
v2.14 introduced a check for the latest runtime version in non-container Lambda functions (cdklabs/cdk-nag@7fff735). The functions in this solution aren't tested on the latest Python.
1 parent cd79dfd commit 2c22283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aws-cdk-lib==2.27.0
2-
cdk-nag>=2.0.0
2+
cdk-nag~=2.13.0
33
constructs>=10.0.0,<11.0.0
44
pandoc~=2.1

0 commit comments

Comments
 (0)