Skip to content

Commit f8facf7

Browse files
Upgrade: [dependabot] - bump boto3 from 1.42.76 to 1.42.78 (#508)
Bumps [boto3](https://github.com/boto/boto3) from 1.42.76 to 1.42.78. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/b5acf8b4da83625fe3a4bbc37f44d3563a90bedb"><code>b5acf8b</code></a> Merge branch 'release-1.42.78'</li> <li><a href="https://github.com/boto/boto3/commit/1da17a5f5f168ca19917cb3b5c1389b1918c1a6e"><code>1da17a5</code></a> Bumping version to 1.42.78</li> <li><a href="https://github.com/boto/boto3/commit/e298b6480047c39f047a9805ce5a69654eda2c2b"><code>e298b64</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/48369eaf9203ac46d0621f2a6506cbfa369c3cff"><code>48369ea</code></a> Merge branch 'release-1.42.77'</li> <li><a href="https://github.com/boto/boto3/commit/8c30411a442a21b8bccc9eb2fde60ab76751ef35"><code>8c30411</code></a> Merge branch 'release-1.42.77' into develop</li> <li><a href="https://github.com/boto/boto3/commit/4398c8e0aee88fe1c5aacb415683e75ccde1b3a3"><code>4398c8e</code></a> Bumping version to 1.42.77</li> <li><a href="https://github.com/boto/boto3/commit/7c449e2e3bfea638a8cf9892ba8096ec1ff4d565"><code>7c449e2</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/a5ad9c3e75cf3ace6b3368c60c9b325d33ca2975"><code>a5ad9c3</code></a> Merge branch 'release-1.42.76' into develop</li> <li>See full diff in <a href="https://github.com/boto/boto3/compare/1.42.76...1.42.78">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.76&new-version=1.42.78)](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 9ed1dfb commit f8facf7

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

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,7 +35,7 @@ moto = {extras = ["ssm"], version = "^5.1.22"}
3535
[tool.poetry.group.slackBotFunction.dependencies]
3636
slack-bolt = "^1.25.0"
3737
slack-sdk = "^3.41.0"
38-
boto3 = "^1.42.73"
38+
boto3 = "^1.42.78"
3939
requests = "^2.33.0"
4040
urllib3 = "^2.6.3"
4141
aws-lambda-powertools = "^3.26.0"
@@ -46,18 +46,18 @@ boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runt
4646
urllib3 = "^2.6.3"
4747
slack-bolt = "^1.25.0"
4848
slack-sdk = "^3.40.1"
49-
boto3 = "^1.42.73"
49+
boto3 = "^1.42.78"
5050
aws-lambda-powertools = "^3.26.0"
5151

5252

5353
[tool.poetry.group.bedrockLoggingConfigFunction.dependencies]
54-
boto3 = "^1.42.73"
54+
boto3 = "^1.42.78"
5555
urllib3 = "^2.6.2"
5656
aws-lambda-powertools = "^3.26.0"
5757

5858

5959
[tool.poetry.group.preprocessingFunction.dependencies]
60-
boto3 = "^1.42.73"
60+
boto3 = "^1.42.78"
6161
aws-lambda-powertools = "^3.26.0"
6262
markitdown = {extras = ["pdf", "docx", "xlsx"], version = "^0.0.1a12"}
6363

0 commit comments

Comments
 (0)