Skip to content

Commit 3cba467

Browse files
Upgrade: [dependabot] - bump boto3 from 1.42.4 to 1.42.8 (#238)
Bumps [boto3](https://github.com/boto/boto3) from 1.42.4 to 1.42.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/8c12c9dc72660013e2f52510eab3b3cd62d7ddeb"><code>8c12c9d</code></a> Merge branch 'release-1.42.8'</li> <li><a href="https://github.com/boto/boto3/commit/3c5c225507c6a753b1596d48c5e9f9586eb2729a"><code>3c5c225</code></a> Bumping version to 1.42.8</li> <li><a href="https://github.com/boto/boto3/commit/d8c15ca79b64aeed2f38123a2c20783721db1bdb"><code>d8c15ca</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/e70c5a2b505631dc167de946d4717dcf7b422a67"><code>e70c5a2</code></a> Use f-strings instead of string concatenation (<a href="https://redirect.github.com/boto/boto3/issues/4675">#4675</a>)</li> <li><a href="https://github.com/boto/boto3/commit/2295d41097ef3fbdef837df4118ec85c04d48f6e"><code>2295d41</code></a> Merge branch 'release-1.42.7'</li> <li><a href="https://github.com/boto/boto3/commit/f2bd57cd0c3e22a5ca7eefbfca358de247ec8b57"><code>f2bd57c</code></a> Merge branch 'release-1.42.7' into develop</li> <li><a href="https://github.com/boto/boto3/commit/7505b0828ccdb579a71321648c990413b9c392e0"><code>7505b08</code></a> Bumping version to 1.42.7</li> <li><a href="https://github.com/boto/boto3/commit/f24fc975b313e5e167a770ebdf8bddeb166c8388"><code>f24fc97</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/3ec4815f0aed1e1d2295851d6e507ff179a339cf"><code>3ec4815</code></a> Merge branch 'release-1.42.6'</li> <li><a href="https://github.com/boto/boto3/commit/e87bd341834169e6423a1ef08c8d67efa91e120c"><code>e87bd34</code></a> Merge branch 'release-1.42.6' into develop</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.42.4...1.42.8">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.4&new-version=1.42.8)](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> Co-authored-by: anthony-nhs <[email protected]>
1 parent dbf56a4 commit 3cba467

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.4"
36+
boto3 = "^1.42.8"
3737
requests = "^2.32.5"
3838
opensearch-py = "^3.1.0"
3939
urllib3 = "^2.6.0"
@@ -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.4"
45+
boto3 = "^1.42.8"
4646
aws-lambda-powertools = "^3.23.0"
4747

4848
[tool.black]

0 commit comments

Comments
 (0)