Skip to content

Commit 232d6a2

Browse files
Upgrade: [dependabot] - bump boto3 from 1.42.39 to 1.42.43 (#370)
Bumps [boto3](https://github.com/boto/boto3) from 1.42.39 to 1.42.43. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/630ab633211edbb2692bab82d9d5548496caebdd"><code>630ab63</code></a> Merge branch 'release-1.42.43'</li> <li><a href="https://github.com/boto/boto3/commit/53542d482611794738a6138b7b9b9bb57a362eda"><code>53542d4</code></a> Bumping version to 1.42.43</li> <li><a href="https://github.com/boto/boto3/commit/c4bf448b35590331e5d87e0afaad017dc9775b2f"><code>c4bf448</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/79499f482c1a61e4c0869eee7e9c037782da40f2"><code>79499f4</code></a> Merge branch 'release-1.42.42'</li> <li><a href="https://github.com/boto/boto3/commit/857e330613b6542767343dc542aea918d4bf67ef"><code>857e330</code></a> Merge branch 'release-1.42.42' into develop</li> <li><a href="https://github.com/boto/boto3/commit/f649133b34a55506f36c772d0c68bf4f864b5865"><code>f649133</code></a> Bumping version to 1.42.42</li> <li><a href="https://github.com/boto/boto3/commit/73523d2c5ee51c3104ba15a9454d12e115df4924"><code>73523d2</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/60637f8fc25c9411abb7f430eb3c2466437d1704"><code>60637f8</code></a> Merge branch 'release-1.42.41'</li> <li><a href="https://github.com/boto/boto3/commit/03072401b7d2bff64d6ef5bb1600cd9a8418ec65"><code>0307240</code></a> Merge branch 'release-1.42.41' into develop</li> <li><a href="https://github.com/boto/boto3/commit/662d4a34c5c6dea278de160e694e1e8055c590bf"><code>662d4a3</code></a> Bumping version to 1.42.41</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.42.39...1.42.43">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boto3&package-manager=pip&previous-version=1.42.39&new-version=1.42.43)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6864cd7 commit 232d6a2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -35,26 +35,26 @@ moto = {extras = ["ssm"], version = "^5.1.20"}
3535
[tool.poetry.group.slackBotFunction.dependencies]
3636
slack-bolt = "^1.25.0"
3737
slack-sdk = "^3.39.0"
38-
boto3 = "^1.42.38"
38+
boto3 = "^1.42.44"
3939
requests = "^2.32.5"
4040
urllib3 = "^2.6.3"
4141
aws-lambda-powertools = "^3.23.0"
4242
boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runtime", "cloudformation", "dynamodb", "lambda"], version = "^1.42.38"}
4343

4444

4545
[tool.poetry.group.syncKnowledgeBaseFunction.dependencies]
46-
boto3 = "^1.42.38"
46+
boto3 = "^1.42.44"
4747
aws-lambda-powertools = "^3.23.0"
4848

4949

5050
[tool.poetry.group.bedrockLoggingConfigFunction.dependencies]
51-
boto3 = "^1.42.38"
51+
boto3 = "^1.42.44"
5252
urllib3 = "^2.6.2"
5353
aws-lambda-powertools = "^3.23.0"
5454

5555

5656
[tool.poetry.group.preprocessingFunction.dependencies]
57-
boto3 = "^1.42.38"
57+
boto3 = "^1.42.44"
5858
aws-lambda-powertools = "^3.23.0"
5959
markitdown = {extras = ["pdf", "docx", "xlsx"], version = "^0.0.1a12"}
6060

0 commit comments

Comments
 (0)