fidelity / spock

spock is a framework that helps manage complex parameter configurations during research and development of Python applications
https://fidelity.github.io/spock/
Apache License 2.0
121 stars 13 forks source link

pip(deps): update botocore requirement from ~=1.26 to ~=1.29 #267

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on botocore to permit the latest version.

Changelog

Sourced from botocore's changelog.

1.29.3

  • api-change:ec2: This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.
  • api-change:emr-containers: Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines.
  • api-change:logs: Doc-only update for bug fixes and support of export to buckets encrypted with SSE-KMS
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.29.2

  • api-change:memorydb: Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
  • api-change:sagemaker: Amazon SageMaker now supports running training jobs on ml.trn1 instance types.
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.29.1

  • api-change:iotsitewise: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
  • api-change:s3control: S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.
  • api-change:sagemaker: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.
  • api-change:ssm-incidents: Adds support for tagging replication-set on creation.

1.29.0

  • feature:Endpoints: Migrate all services to use new AWS Endpoint Resolution framework
  • Enhancement:Endpoints: Discontinued use of sslCommonName hosts as detailed in 1.27.0 (see [#2705](https://github.com/boto/botocore/issues/2705) <https://github.com/boto/botocore/issues/2705>__ for more info)
  • api-change:rds: Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
  • api-change:textract: Add ocr results in AnalyzeIDResponse as blocks

1.28.5

  • api-change:apprunner: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
  • api-change:connect: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
  • api-change:ec2: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
  • api-change:iot: This release adds the Amazon Location action to IoT Rules Engine.
  • api-change:logs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
  • api-change:sesv2: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
  • api-change:textract: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version

1.28.4

... (truncated)

Commits
  • 6a4c774 Merge branch 'release-1.29.3'
  • 602ecc7 Bumping version to 1.29.3
  • cee39c8 Update to latest partitions and endpoints
  • ec415d0 Update to latest models
  • be6132e Merge branch 'release-1.29.2'
  • 876c424 Merge branch 'release-1.29.2' into develop
  • ebf6f9b Bumping version to 1.29.2
  • 91bc90f Update to latest models
  • c00c436 Merge branch 'release-1.29.1'
  • 534102d Merge branch 'release-1.29.1' into develop
  • 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[bot] commented 1 year ago

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

POST https://api.github.com/repos/fidelity/spock/pulls/267/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 fidelity/spock repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3408541900

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2511258184: 0.2%
Covered Lines: 2240
Relevant Lines: 2331

💛 - Coveralls
dependabot[bot] commented 1 year ago

Superseded by #293.