Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the production-dependencies group with 3 updates: boto3, pyodbc and deltalake.

Updates boto3 from 1.34.29 to 1.34.34

Changelog

Sourced from boto3's changelog.

1.34.34

  • api-change:dynamodb: [botocore] Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
  • api-change:sagemaker: [botocore] Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.34.33

  • api-change:cognito-idp: [botocore] Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
  • api-change:ivs: [botocore] This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
  • api-change:managedblockchain-query: [botocore] This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
  • api-change:mediaconvert: [botocore] This release includes support for broadcast-mixed audio description tracks.
  • api-change:neptune-graph: [botocore] Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.

1.34.32

  • api-change:cloudformation: [botocore] CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
  • api-change:elbv2: [botocore] Update elbv2 client to latest version
  • api-change:glue: [botocore] Update page size limits for GetJobRuns and GetTriggers APIs.
  • api-change:ssm: [botocore] This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

1.34.31

  • api-change:datazone: [botocore] Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects
  • api-change:route53: [botocore] Update the SDKs for text changes in the APIs.

1.34.30

  • api-change:autoscaling: [botocore] EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • api-change:comprehend: [botocore] Comprehend PII analysis now supports Spanish input documents.
  • api-change:ec2: [botocore] EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • api-change:mwaa: [botocore] This release adds MAINTENANCE environment status for Amazon MWAA environments.
  • api-change:rds: [botocore] Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
  • api-change:snowball: [botocore] Modified description of createaddress to include direction to add path when providing a JSON file.
Commits
  • 6ae396d Merge branch 'release-1.34.34'
  • de767ae Bumping version to 1.34.34
  • 7d20b15 Add changelog entries from botocore
  • c8cb414 Merge branch 'release-1.34.33'
  • 07dd6f7 Merge branch 'release-1.34.33' into develop
  • f6294f7 Bumping version to 1.34.33
  • bb2bbc2 Add changelog entries from botocore
  • 27f44b2 Merge branch 'release-1.34.32'
  • 9b165dc Merge branch 'release-1.34.32' into develop
  • 4d34dfe Bumping version to 1.34.32
  • Additional commits viewable in compare view

Updates pyodbc from 5.0.1 to 5.1.0

Release notes

Sourced from pyodbc's releases.

5.1.0 with Mac ARM (M1 & M2) binaries

Mac M1 & M2 binaries are available going forward.

GitHub added new Mac ARM action runners which is what we use to build each release.

Thanks to @​keitherskine who made all this happen. Not only did he write the original release code for all of the other versions, he jumped on the new Mac runner as soon as it was available.

I'd also like to thank the many people working through the Mac binary confusion, testing and providing work arounds until this runner was available: @​Carreau @​ndmlny-qs @​jordantshaw @​gabalafou @​v-chojas and many others on the Issue.

If you are a Mac user, please let us know how this works for you.

Commits
  • f075e33 Release 5.1.0
  • 9298c00 get diag recs when fast_executemany=True
  • 091b45d update github/codeql-action from v2 to v3
  • 0bb04a7 re-order Appveyor builds, most recent Python first
  • 81482a1 use M1 runner for ARM64 wheels
  • bc5b7c6 AppVeyor updates
  • See full diff in compare view

Updates deltalake from 0.15.1 to 0.15.2

Release notes

Sourced from deltalake's releases.

python-v0.15.2: predicate overwrite, improved table state replay

New features

Bug Fixes

Other Changes

... (truncated)

Commits
  • 105fb5d Introduce schema evolution on RecordBatchWriter
  • f85152b fix: allow checkpoints to contain metadata actions without a createdTime value
  • 5fe7058 chore: cleanup minor clippies and other warns
  • 18232bd made it possible to clone a delta table
  • 5518261 fix: replace BTreeMap with IndexMap to preserve insertion order (#2150)
  • bdb03a3 fix: properly load field metadata from a table with identity columns
  • 3ec28cc fix: made generalize_filter less permissive, also added more cases (#2149)
  • b107407 feat: implementation for replaceWhere (#1996)
  • 467afc5 fix(s3): restore working test for DynamoDb log store repair log on read (#2120)
  • 3406813 chore: upgrade to DataFusion 35.0 (#2121)
  • 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 will merge this PR once CI passes on it, as requested by @LeonLuttenberger.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates: [boto3](https://github.com/boto/boto3), [pyodbc](https://github.com/mkleehammer/pyodbc) and [deltalake](https://github.com/delta-io/delta-rs).


Updates `boto3` from 1.34.29 to 1.34.34
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.29...1.34.34)

Updates `pyodbc` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/mkleehammer/pyodbc/releases)
- [Commits](mkleehammer/pyodbc@5.0.1...5.1.0)

Updates `deltalake` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/delta-io/delta-rs/releases)
- [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-rs@python-v0.15.1...python-v0.15.2)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pyodbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: deltalake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2024
@LeonLuttenberger
Copy link
Contributor

@dependabot squash and merge

@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: 3727af8
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubDistributedCodeBuild6-jWcl5DLmvupS
  • Commit ID: 3727af8
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 2 approving reviews are required by reviewers with write access.

@jaidisido jaidisido self-requested a review February 6, 2024 10:49
@jaidisido jaidisido merged commit ff020d1 into main Feb 6, 2024
@jaidisido jaidisido deleted the dependabot/pip/production-dependencies-832e31254a branch February 6, 2024 10:50
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.

3 participants