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

build(deps): update botocore requirement from <1.31.0,>=1.15.0 to >=1.15.0,<1.32.0 #1970

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Updates the requirements on botocore to permit the latest version.

Changelog

Sourced from botocore's changelog.

1.31.0

  • api-change:ec2: Add Nitro Enclaves support on DescribeInstanceTypes
  • api-change:location: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
  • api-change:outposts: Added paginator support to several APIs. Added the ISOLATED enum value to AssetState.
  • api-change:quicksight: This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
  • api-change:rds: Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters.
  • bugfix:configprovider: Fix bug when deep copying config value store where overrides were not preserved
  • enhancement:configprovider: Always use shallow copy of session config value store for clients
  • feature:configuration: Configure the endpoint URL in the shared configuration file or via an environment variable for a specific AWS service or all AWS services.

1.30.1

  • api-change:comprehendmedical: Update to Amazon Comprehend Medical documentation.
  • api-change:connect: GetMetricDataV2 API: Channels filters do not count towards overall limitation of 100 filter values.
  • api-change:kms: Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call.
  • api-change:mgn: This release introduces the Global view feature and new Replication state APIs.
  • api-change:securityhub: Documentation updates for AWS Security Hub

1.30.0

  • feature:Useragent: Update User-Agent header format
  • api-change:batch: This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
  • api-change:sagemaker: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.

1.29.165

  • api-change:amp: AWS SDK service model generation tool version upgrade.
  • api-change:ecs: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
  • api-change:ivs: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
  • api-change:mediaconvert: This release includes improved color handling of overlays and general updates to user documentation.
  • api-change:sagemaker: This release adds support for rolling deployment in SageMaker Inference.
  • api-change:transfer: Add outbound Basic authentication support to AS2 connectors
  • api-change:verifiedpermissions: This release corrects several broken links in the documentation.

1.29.164

  • api-change:appstream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
  • api-change:chime: The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice.
  • api-change:cleanrooms: This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition.
  • api-change:dynamodb: This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed

... (truncated)

Commits
  • 1bd7445 Merge branch 'release-1.31.0'
  • 86c506a Bumping version to 1.31.0
  • 8625260 Merge commit 'e1b5ba3b6afddcafaca4a2f68b7600e881a89944' into stage-release-de...
  • 4db001e Update to latest partitions and endpoints
  • 38f4673 Update to latest models
  • db0aed3 Merge pull request #2973 from boto/configured-endpoint-urls
  • 2fa2224 Fix test for memory issues on Windows GH Actions
  • bfd017c Add client config ignore endpoint tests
  • 5668135 Remove repr for the configured endpoint provider
  • 5661df7 Set transformed service ID at init
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 7, 2023
Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.15.0...1.31.0)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/botocore-gte-1.15.0-and-lt-1.32.0 branch from d9cd402 to 384520a Compare July 7, 2023 15:38
@ndittren ndittren merged commit 5f7d476 into master Jul 7, 2023
4 checks passed
@ndittren ndittren deleted the dependabot/pip/botocore-gte-1.15.0-and-lt-1.32.0 branch July 7, 2023 16:32
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.

1 participant