Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump botocore from 1.31.64 to 1.35.36 #1301

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps botocore from 1.31.64 to 1.35.36.

Changelog

Sourced from botocore's changelog.

1.35.36

  • api-change:elasticache: AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage.
  • api-change:memorydb: Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
  • enhancement:Python: Added provisional Python 3.13 support to Botocore

1.35.35

  • api-change:deadline: Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
  • api-change:marketplace-reporting: Documentation-only update for AWS Marketplace Reporting API.
  • api-change:qconnect: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
  • api-change:redshift: Add validation pattern to S3KeyPrefix on the EnableLogging API

1.35.34

  • api-change:ec2: Documentation updates for Amazon EC2.
  • api-change:iot-data: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

1.35.33

  • api-change:codepipeline: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
  • api-change:connect: Public GetMetricDataV2 Grouping increase from 3 to 4
  • api-change:ec2: This release includes a new API for modifying instance cpu-options after launch.
  • api-change:iot: This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
  • api-change:marketplace-reporting: The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
  • api-change:mediapackagev2: Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
  • api-change:quicksight: QuickSight: Add support for exporting and importing folders in AssetBundle APIs
  • enhancement:AWSCRT: Update awscrt version to 0.22.0

1.35.32

  • api-change:appstream: Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
  • api-change:b2bi: Added and updated APIs to support outbound EDI transformations
  • api-change:bedrock-agent-runtime: Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
  • api-change:bedrock-runtime: Added new fields to Amazon Bedrock Guardrails trace
  • api-change:iotdeviceadvisor: Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
  • api-change:ivs-realtime: Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
  • api-change:s3: This release introduces a header representing the minimum object size limit for Lifecycle transitions.
  • api-change:sagemaker: releasing builtinlcc to public
  • api-change:workspaces: WSP is being rebranded to become DCV.

... (truncated)

Commits

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)

Summary by Sourcery

Bump botocore dependency to version 1.35.36 to incorporate the latest API changes and enhancements, including support for new AWS services and Python 3.13.

Enhancements:

  • Update botocore dependency from version 1.31.64 to 1.35.36, introducing new API changes and enhancements.

Bumps [botocore](https://github.com/boto/botocore) from 1.31.64 to 1.35.36.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.31.64...1.35.36)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:development
  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 Oct 9, 2024
Copy link
Contributor

sourcery-ai bot commented Oct 9, 2024

Reviewer's Guide by Sourcery

This pull request updates the botocore dependency from version 1.31.64 to 1.35.36. The update includes several API changes, enhancements, and bug fixes across multiple AWS services.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update botocore dependency version
  • Change botocore version from 1.31.64 to 1.35.36 in setup.py
  • Update botocore version in two different locations within setup.py
setup.py
Add support for new AWS service features
  • Add support for Valkey engine in ElastiCache and MemoryDB
  • Add support for Custom Authentication with X.509 Client Certificates in IoT
  • Introduce Commands action in CodePipeline
  • Add support for modifying instance cpu-options after launch in EC2
  • Add support for exporting and importing folders in QuickSight AssetBundle APIs
Enhance Python support
  • Add provisional support for Python 3.13 in Botocore
Update AWS service APIs
  • Update APIs for various services including Deadline, Marketplace Reporting, QConnect, Redshift, and more
  • Add new fields to Amazon Bedrock Guardrails trace
  • Add new Stage Health EventErrorCodes for IVS Realtime
  • Introduce a header for minimum object size limit in S3 Lifecycle transitions

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2024

Superseded by #1302.

@dependabot dependabot bot closed this Oct 10, 2024
@dependabot dependabot bot deleted the dependabot/pip/botocore-1.35.36 branch October 10, 2024 13:00
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