Skip to content

Commit 501f3f7

Browse files
Upgrade: [dependabot] - bump boto3 from 1.42.30 to 1.42.33 (#329)
Bumps [boto3](https://github.com/boto/boto3) from 1.42.30 to 1.42.33. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/9cadce52dae6e58e450a9ac0745a721dda8a4044"><code>9cadce5</code></a> Merge branch 'release-1.42.33'</li> <li><a href="https://github.com/boto/boto3/commit/b0f2cf318d9bef8eaf3f11cd81b22ce67810ea82"><code>b0f2cf3</code></a> Bumping version to 1.42.33</li> <li><a href="https://github.com/boto/boto3/commit/6e690ed2966406d4b53532a44e70c93370368ae6"><code>6e690ed</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b84ec5ebd8880b77e998bfdd28984f214c3f1fa3"><code>b84ec5e</code></a> Add BOTOCORE_TCP_KEEPALIVE environment variable documentation (<a href="https://redirect.github.com/boto/boto3/issues/4705">#4705</a>)</li> <li><a href="https://github.com/boto/boto3/commit/36cebd34052db2fc7449b85ac04f903fb40f8b2f"><code>36cebd3</code></a> Merge branch 'release-1.42.32'</li> <li><a href="https://github.com/boto/boto3/commit/d4d10440677e98c5c15fb6c84cc605bd7401fd74"><code>d4d1044</code></a> Merge branch 'release-1.42.32' into develop</li> <li><a href="https://github.com/boto/boto3/commit/45718849534d1cbdab0dca341e08112274f90c55"><code>4571884</code></a> Bumping version to 1.42.32</li> <li><a href="https://github.com/boto/boto3/commit/dcbc83d5ab8b4c0135f6cbb9faedc8a2197527ed"><code>dcbc83d</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/b781827c0bde7c294085fb6a2d7b52d5b4d6772e"><code>b781827</code></a> Merge branch 'release-1.42.31'</li> <li><a href="https://github.com/boto/boto3/commit/4fb3f584eb09e5613919d116aa39f5280203325c"><code>4fb3f58</code></a> Merge branch 'release-1.42.31' into develop</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.42.30...1.42.33">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.30&new-version=1.42.33)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01c7c74 commit 501f3f7

2 files changed

Lines changed: 11 additions & 11 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: 3 additions & 3 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.30"
36+
boto3 = "^1.42.33"
3737
requests = "^2.32.5"
3838
opensearch-py = "^3.1.0"
3939
urllib3 = "^2.6.3"
@@ -42,11 +42,11 @@ boto3-stubs = {extras = ["bedrock-agent", "bedrock-agent-runtime", "bedrock-runt
4242

4343

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

4848
[tool.poetry.group.bedrockLoggingConfigFunction.dependencies]
49-
boto3 = "^1.42.30"
49+
boto3 = "^1.42.33"
5050
urllib3 = "^2.6.2"
5151
aws-lambda-powertools = "^3.23.0"
5252

0 commit comments

Comments
 (0)