Skip to content

Commit 18a19a7

Browse files
Merge branch 'develop' into feat/idempotency-output-serializer
2 parents 89394d6 + 55a7a09 commit 18a19a7

File tree

2 files changed

+78
-68
lines changed

2 files changed

+78
-68
lines changed

poetry.lock

+67-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@ aws-cdk-lib = "^2.88.0"
5757
"aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"
5858
"aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0"
5959
pytest-benchmark = "^4.0.0"
60-
mypy-boto3-appconfig = "^1.28.16"
61-
mypy-boto3-cloudformation = "^1.28.19"
62-
mypy-boto3-cloudwatch = "^1.28.35"
63-
mypy-boto3-dynamodb = "^1.28.27"
64-
mypy-boto3-lambda = "^1.28.19"
65-
mypy-boto3-logs = "^1.28.16"
66-
mypy-boto3-secretsmanager = "^1.28.24"
67-
mypy-boto3-ssm = "^1.28.16"
68-
mypy-boto3-s3 = "^1.28.27"
69-
mypy-boto3-xray = "^1.28.16"
60+
mypy-boto3-appconfig = "^1.28.36"
61+
mypy-boto3-cloudformation = "^1.28.36"
62+
mypy-boto3-cloudwatch = "^1.28.36"
63+
mypy-boto3-dynamodb = "^1.28.36"
64+
mypy-boto3-lambda = "^1.28.36"
65+
mypy-boto3-logs = "^1.28.36"
66+
mypy-boto3-secretsmanager = "^1.28.36"
67+
mypy-boto3-ssm = "^1.28.36"
68+
mypy-boto3-s3 = "^1.28.36"
69+
mypy-boto3-xray = "^1.28.36"
7070
types-requests = "^2.31.0"
7171
typing-extensions = "^4.6.2"
7272
mkdocs-material = "^9.2.3"
7373
filelock = "^3.12.2"
7474
checksumdir = "^1.2.0"
75-
mypy-boto3-appconfigdata = "^1.28.16"
75+
mypy-boto3-appconfigdata = "^1.28.36"
7676
ijson = "^3.2.2"
7777
typed-ast = { version = "^1.5.5", python = "< 3.8"}
7878
hvac = "^1.1.1"

0 commit comments

Comments
 (0)