Skip to content

Commit ee64192

Browse files
Upgrade: [dependabot] - bump boto3 from 1.42.8 to 1.42.13 (#257)
Bumps [boto3](https://github.com/boto/boto3) from 1.42.8 to 1.42.13. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/b4d31fc1798a1cfa269433e8e8c9a7516f276896"><code>b4d31fc</code></a> Merge branch 'release-1.42.13'</li> <li><a href="https://github.com/boto/boto3/commit/3489c2704af0797b95a00d3983e561bf39ef7707"><code>3489c27</code></a> Bumping version to 1.42.13</li> <li><a href="https://github.com/boto/boto3/commit/09989dc541529b36ebd1ff1f8a93d8bad5375a53"><code>09989dc</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/46693ea1d4e6fb60caca80476ea9e85e231cadf7"><code>46693ea</code></a> Merge branch 'release-1.42.12'</li> <li><a href="https://github.com/boto/boto3/commit/aaac01f71421453eadd091d4ea64bd40d0b6d3d5"><code>aaac01f</code></a> Merge branch 'release-1.42.12' into develop</li> <li><a href="https://github.com/boto/boto3/commit/2c3c90d641830205a0f6616a0fa9c83836a34fab"><code>2c3c90d</code></a> Bumping version to 1.42.12</li> <li><a href="https://github.com/boto/boto3/commit/994c8b82095661a2623a08a07f4638dcee36bac7"><code>994c8b8</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/0ca53211df7d2bb2213436a6b19e8cf0b44dee7d"><code>0ca5321</code></a> Merge branch 'release-1.42.11'</li> <li><a href="https://github.com/boto/boto3/commit/33a4277abbb498f80b752e5a5db6768be74e3d9c"><code>33a4277</code></a> Merge branch 'release-1.42.11' into develop</li> <li><a href="https://github.com/boto/boto3/commit/eee2ae4a1a2fc02e980dd67bd9ae5d4d84cbfc34"><code>eee2ae4</code></a> Bumping version to 1.42.11</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.42.8...1.42.13">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.8&new-version=1.42.13)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29c1b58 commit ee64192

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ markitdown = {extras = ["pdf", "docx", "pptx", "xlsx"], version = "^0.0.2"}
3333
[tool.poetry.group.slackBotFunction.dependencies]
3434
slack-bolt = "^1.25.0"
3535
slack-sdk = "^3.39.0"
36-
boto3 = "^1.42.8"
36+
boto3 = "^1.42.14"
3737
requests = "^2.32.5"
3838
opensearch-py = "^3.1.0"
3939
urllib3 = "^2.6.2"
@@ -42,7 +42,7 @@ boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runt
4242

4343

4444
[tool.poetry.group.syncKnowledgeBaseFunction.dependencies]
45-
boto3 = "^1.42.8"
45+
boto3 = "^1.42.14"
4646
aws-lambda-powertools = "^3.23.0"
4747

4848
[tool.black]

0 commit comments

Comments
 (0)