Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps boto3 from 1.39.14 to 1.40.30.

Commits
  • b01d02d Merge branch 'release-1.40.30'
  • 065a46d Bumping version to 1.40.30
  • f78c83b Add changelog entries from botocore
  • 97fd5d9 Merge pull request #4613 from adev-code/documentation-only
  • 2a0d0ad Merge branch 'release-1.40.29'
  • 12750f6 Merge branch 'release-1.40.29' into develop
  • 62ea501 Bumping version to 1.40.29
  • 32f7dea Add changelog entries from botocore
  • c1d11ea Fix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS
  • 14fc68d Fix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [boto3](https://github.com/boto/boto3) from 1.39.14 to 1.40.30.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.39.14...1.40.30)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.30
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 15, 2025 16:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 15, 2025
Comment on lines +6 to 7
boto3==1.40.30
botocore==1.39.14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR updates boto3 to version 1.40.30 while leaving botocore at version 1.39.14. This creates a version mismatch that could lead to compatibility issues, as boto3 has specific dependencies on botocore versions. When upgrading boto3, the corresponding compatible version of botocore should also be updated (typically to the same version number). Consider updating both packages together to maintain compatibility and prevent potential runtime errors.

Suggested change
boto3==1.40.30
botocore==1.39.14
boto3==1.40.30
botocore==1.40.30

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #2621.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.40.30 branch September 22, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants