Skip to content

Commit 3874194

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/aws-cdk-2.1033.0
2 parents 1d26b66 + dca6eb5 commit 3874194

File tree

2 files changed

+138
-25
lines changed

2 files changed

+138
-25
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ click = "^8.3.0"
2626
rich = "^14.1.0"
2727
pytest-mock = "^3.15.1"
2828
pytest-cov = "^7.0.0"
29-
moto = {extras = ["ssm"], version = "^5.1.16"}
29+
moto = {extras = ["ssm"], version = "^5.1.17"}
3030

3131

3232
[tool.poetry.group.slackBotFunction.dependencies]
3333
slack-bolt = "^1.25.0"
3434
slack-sdk = "^3.39.0"
35-
boto3 = "^1.40.34"
35+
boto3 = "^1.41.2"
3636
requests = "^2.32.5"
37-
opensearch-py = "^3.0.0"
37+
opensearch-py = "^3.1.0"
3838
urllib3 = "^2.5.0"
3939
aws-lambda-powertools = "^3.23.0"
4040
boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runtime", "cloudformation", "dynamodb", "lambda"], version = "^1.40.54"}
4141

4242

4343
[tool.poetry.group.syncKnowledgeBaseFunction.dependencies]
44-
boto3 = "^1.40.34"
44+
boto3 = "^1.41.2"
4545
aws-lambda-powertools = "^3.23.0"
4646

4747
[tool.black]

0 commit comments

Comments
 (0)