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.29.40 to 1.31.61 #332

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2023

Bumps botocore from 1.29.40 to 1.31.61.

Changelog

Sourced from botocore's changelog.

1.31.61

  • api-change:omics: Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API
  • api-change:rds: Updates Amazon RDS documentation for corrections and minor improvements.
  • api-change:route53: Add hostedzonetype filter to ListHostedZones API.
  • api-change:securityhub: Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster
  • api-change:storagegateway: Add SoftwareVersion to response of DescribeGatewayInformation.
  • api-change:workspaces: This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.

1.31.60

  • api-change:appconfig: AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
  • api-change:datazone: Initial release of Amazon DataZone
  • api-change:mediatailor: Updates DescribeVodSource to include a list of ad break opportunities in the response
  • api-change:mgn: This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.
  • api-change:sagemaker: Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.

1.31.59

  • api-change:connect: GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.
  • api-change:location: Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.
  • api-change:mediaconvert: This release adds the ability to replace video frames without modifying the audio essence.
  • api-change:oam: This release adds support for sharing AWS::ApplicationInsights::Application resources.
  • api-change:sagemaker: This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
  • api-change:wellarchitected: AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.

1.31.58

  • api-change:bedrock: Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
  • api-change:bedrock-runtime: Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
  • api-change:ec2: Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
  • api-change:managedblockchain: Remove Rinkeby as option from Ethereum APIs
  • api-change:rds: Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
  • api-change:sso: Fix FIPS Endpoints in aws-us-gov.
  • api-change:sts: STS API updates for assumeRole
  • api-change:transfer: Documentation updates for AWS Transfer Family

1.31.57

  • api-change:bedrock-runtime: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
  • api-change:bedrock: Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.

... (truncated)

Commits
  • 790a48f Merge branch 'release-1.31.61'
  • 87d33c4 Bumping version to 1.31.61
  • 87fd260 Update to latest partitions and endpoints
  • f760797 Update to latest models
  • 9ae4337 Add notice for typo in configprovider.py (#3029)
  • 1e735f1 Update retry list (#3032)
  • 647878e Merge branch 'release-1.31.60'
  • fee0775 Merge branch 'release-1.31.60' into develop
  • 13c8fb4 Bumping version to 1.31.60
  • 753a034 Merge commit '495be85b8997913c87f0477bc4973a0af447d4b2' into stage-release-de...
  • 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 [botocore](https://github.com/boto/botocore) from 1.29.40 to 1.31.61.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.29.40...1.31.61)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2023

Dependabot tried to add @heitorsampaio as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/segmentio/analytics-python/pulls/332/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the segmentio/analytics-python repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

Superseded by #333.

@dependabot dependabot bot closed this Oct 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/botocore-1.31.61 branch October 9, 2023 07:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants