build(deps-dev): update boto3 requirement from >=1.43.73 to >=1.43.78 - #88
build(deps-dev): update boto3 requirement from >=1.43.73 to >=1.43.78#88dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.73...1.43.78) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.78 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
🤖 Dependabot Autopilot: closing — a CI/deployment check failed. Dependabot will regenerate this and it will be re-tried automatically. |
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
User description
Updates the requirements on boto3 to permit the latest version.
Commits
bf8d343Merge branch 'release-1.43.78'4830df4Bumping version to 1.43.78921bb10Add changelog entries from botocorecca5d6fMerge branch 'release-1.43.77'2ff832bMerge branch 'release-1.43.77' into develop8c3a6f7Bumping version to 1.43.77ce5785bAdd changelog entries from botocore8a88b26Merge branch 'release-1.43.76'ced31bbMerge branch 'release-1.43.76' into developa1cecc3Bumping version to 1.43.76Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)PR Type
Enhancement
Description
Update
boto3minimum version requirement from>=1.43.73to>=1.43.78Applies to both the
s3optional dependency and theallextras group inpyproject.tomlDiagram Walkthrough
flowchart LR A["pyproject.toml"] --> B["s3 extra"] A --> C["all extra"] B --> D["boto3 >=1.43.78"] C --> DFile Walkthrough
pyproject.toml
Bump boto3 minimum version to 1.43.78pyproject.toml
boto3minimum version from>=1.43.73to>=1.43.78in thes3optional dependency group
boto3version constraint in theallextras group to match