Skip to content

Commit 58de671

Browse files
build(deps): bump boto3 from 1.40.4 to 1.40.8 (#19952)
Bumps [boto3](https://github.com/boto/boto3) from 1.40.4 to 1.40.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boto/boto3/commit/791bca9290f7df2f31edb21900b9cdb9c7b131de"><code>791bca9</code></a> Merge branch 'release-1.40.8'</li> <li><a href="https://github.com/boto/boto3/commit/1b0d2b805e122448bb09e85d68d96daa3b79bee3"><code>1b0d2b8</code></a> Bumping version to 1.40.8</li> <li><a href="https://github.com/boto/boto3/commit/1d300e8a343f4c3951101b4cc3bb729324226a61"><code>1d300e8</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/5f81dc14c8cbc8a69aa42607bfaa772070d55849"><code>5f81dc1</code></a> Update actions/checkout to 5.0.0 (<a href="https://redirect.github.com/boto/boto3/issues/4590">#4590</a>)</li> <li><a href="https://github.com/boto/boto3/commit/cbcab51317a862a8a8ab3f81d8e71d7fb9ebf75c"><code>cbcab51</code></a> Merge branch 'release-1.40.7'</li> <li><a href="https://github.com/boto/boto3/commit/a5056b5bca84efb7cdfe5edd3ca1315ca802c6f8"><code>a5056b5</code></a> Merge branch 'release-1.40.7' into develop</li> <li><a href="https://github.com/boto/boto3/commit/2a50933aa5063e5fe3b5df09b15bd21a5ca67b91"><code>2a50933</code></a> Bumping version to 1.40.7</li> <li><a href="https://github.com/boto/boto3/commit/4aeb4f03eafe2a0490268be19eeb02b425ad85f5"><code>4aeb4f0</code></a> Add changelog entries from botocore</li> <li><a href="https://github.com/boto/boto3/commit/ee92fbdbe80096a044380aac34d18cb938cd81ce"><code>ee92fbd</code></a> Merge branch 'release-1.40.6'</li> <li><a href="https://github.com/boto/boto3/commit/24ed7f92848654c4d2fe125a272dc59ad3a64d8f"><code>24ed7f9</code></a> Merge branch 'release-1.40.6' into develop</li> <li>Additional commits viewable in <a href="https://github.com/boto/boto3/compare/1.40.4...1.40.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.40.4&new-version=1.40.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>
1 parent 81c1025 commit 58de671

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -501,18 +501,18 @@ bitarray = ">=3.0.0,<4.0"
501501

502502
[[package]]
503503
name = "boto3"
504-
version = "1.40.4"
504+
version = "1.40.8"
505505
description = "The AWS SDK for Python"
506506
optional = false
507507
python-versions = ">=3.9"
508508
groups = ["main"]
509509
files = [
510-
{file = "boto3-1.40.4-py3-none-any.whl", hash = "sha256:95cdc86454e9ff43e0693c5d807a54ce6813b6711d3543a0052ead5216b93367"},
511-
{file = "boto3-1.40.4.tar.gz", hash = "sha256:6eceffe4ae67c2cb077574289c0efe3ba60e8446646893a974fc3c2fa1130e7c"},
510+
{file = "boto3-1.40.8-py3-none-any.whl", hash = "sha256:9f55edd8e2eb5cd86e1c972b5250f9ab0a9555f84632506a2ed131e4a82ea23a"},
511+
{file = "boto3-1.40.8.tar.gz", hash = "sha256:62959010dfd3d24157f73a8183fca7619ec97fb42ac400477006f7ecb9548d06"},
512512
]
513513

514514
[package.dependencies]
515-
botocore = ">=1.40.4,<1.41.0"
515+
botocore = ">=1.40.8,<1.41.0"
516516
jmespath = ">=0.7.1,<2.0.0"
517517
s3transfer = ">=0.13.0,<0.14.0"
518518

@@ -521,14 +521,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
521521

522522
[[package]]
523523
name = "botocore"
524-
version = "1.40.4"
524+
version = "1.40.8"
525525
description = "Low-level, data-driven core of boto 3."
526526
optional = false
527527
python-versions = ">=3.9"
528528
groups = ["main"]
529529
files = [
530-
{file = "botocore-1.40.4-py3-none-any.whl", hash = "sha256:4e131c52731e10a6af998c2ac3bfbda12e6ecef0e3633268c7752d0502c74197"},
531-
{file = "botocore-1.40.4.tar.gz", hash = "sha256:f1dacde69ec8b08f39bcdb62247bab4554938b5d7f8805ade78447da55c9df36"},
530+
{file = "botocore-1.40.8-py3-none-any.whl", hash = "sha256:7f0327e08d7c061aaa03e32459e56bcf6daa29cd946e95b1c06be14d61a9a94d"},
531+
{file = "botocore-1.40.8.tar.gz", hash = "sha256:954fa6e36020ebf58898de80a8f864ba13b74dc26994cf20ccfff2966724b0b9"},
532532
]
533533

534534
[package.dependencies]

0 commit comments

Comments
 (0)