Skip to content

Commit b8b9cb7

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/aws-lambda-8.10.159
2 parents 6891817 + dca6eb5 commit b8b9cb7

File tree

2 files changed

+146
-33
lines changed

2 files changed

+146
-33
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = "^3.13"
1717
[tool.poetry.group.dev.dependencies]
1818
pytest = "^9.0.1"
1919
pre-commit = "^4.3.0"
20-
cfn-lint = "^1.39.1"
20+
cfn-lint = "^1.41.0"
2121
black = "^25.9.0"
2222
flake8 = "^7.3.0"
2323
jinja2 = "^3.1.6"
@@ -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"
34-
slack-sdk = "^3.36.0"
35-
boto3 = "^1.40.34"
34+
slack-sdk = "^3.39.0"
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)