Skip to content

Commit 06068a4

Browse files
Merge branch 'develop' into fix/resolve-mapping-type-hint
2 parents ec2f00b + c553712 commit 06068a4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "aws-lambda-powertools-python-e2e",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"aws-cdk": "^2.1100.1"
5+
"aws-cdk": "^2.1100.2"
66
}
77
}

poetry.lock

Lines changed: 4 additions & 4 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
@@ -110,7 +110,7 @@ hvac = "^2.3.0"
110110
aws-requests-auth = "^0.4.3"
111111
urllib3 = ">=1.25.4,!=2.2.0,<3"
112112
requests = ">=2.32.0"
113-
cfn-lint = "1.43.1"
113+
cfn-lint = "1.43.2"
114114
mypy = "^1.1.1"
115115
types-python-dateutil = "^2.8.19.6"
116116
aws-cdk-aws-appsync-alpha = "^2.59.0a0"

0 commit comments

Comments
 (0)