Skip to content

Commit dca6eb5

Browse files
Upgrade: [dependabot] - bump boto3 from 1.40.74 to 1.41.1 (#183)
Bumps [boto3](https://github.com/boto/boto3) from 1.40.74 to 1.41.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/921b1b99e6d8d764cee0d0950e6fc8f5cfbe2af5"><code>921b1b9</code></a> Merge branch 'release-1.41.1'</li> <li><a href="https://github.com/boto/boto3/commit/31ef0a2b136b4987cfde50bfe812be05678db84d"><code>31ef0a2</code></a> Bumping version to 1.41.1</li> <li><a href="https://github.com/boto/boto3/commit/1179f32e562dd3df009c2b85953ae893a750c0f4"><code>1179f32</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/8bf9a8b278c4955b7f7df2621993cb485491c7cf"><code>8bf9a8b</code></a> Merge pull request <a href="https://redirect.github.com/boto/boto3/issues/4662">#4662</a> from boto/s3-copy-etag</li> <li><a href="https://github.com/boto/boto3/commit/bd1009f3bee7051a1261aa338a3643e46a2939bd"><code>bd1009f</code></a> Update copy test to expect CopySourceIfMatch</li> <li><a href="https://github.com/boto/boto3/commit/1520fdc6b4f3992fc8149f891d4e416ede0fd54b"><code>1520fdc</code></a> Merge branch 'release-1.41.0'</li> <li><a href="https://github.com/boto/boto3/commit/759c68d48613bd931702de6f135e51ae355173f9"><code>759c68d</code></a> Merge branch 'release-1.41.0' into develop</li> <li><a href="https://github.com/boto/boto3/commit/f5dcb2ad0415e6cdd940e1f756d1e9a4fa0da04e"><code>f5dcb2a</code></a> Bumping version to 1.41.0</li> <li><a href="https://github.com/boto/boto3/commit/acec7f5049afdab0279d8c2b0c20d4062469fab3"><code>acec7f5</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/f5f7a6b9505186d5b45475e61e1cc65df5fbaf68"><code>f5f7a6b</code></a> Merge customizations for Signin</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.40.74...1.41.1">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.40.74&new-version=1.41.1)](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 97c7510 commit dca6eb5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 12 additions & 12 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
@@ -32,7 +32,7 @@ moto = {extras = ["ssm"], version = "^5.1.17"}
3232
[tool.poetry.group.slackBotFunction.dependencies]
3333
slack-bolt = "^1.25.0"
3434
slack-sdk = "^3.39.0"
35-
boto3 = "^1.40.34"
35+
boto3 = "^1.41.2"
3636
requests = "^2.32.5"
3737
opensearch-py = "^3.1.0"
3838
urllib3 = "^2.5.0"
@@ -41,7 +41,7 @@ boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runt
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)