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

fix(deps): update dependency tink to v1.11.0 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tink 1.10.0 -> 1.11.0 age adoption passing confidence

Release Notes

tink-crypto/tink-py (tink)

v1.11.0

Compare Source

Tink is a multi-language, cross-platform library that provides simple and
misuse-proof APIs for common cryptographic tasks.

This is Tink Python 1.11.0

What's new

The complete list of changes since 1.10.0 can be found
here.

  • Add support for X-AES-GCM.
  • Allow GCP KMS key URIs with crypto key versions.
  • Minimum required macOS version is now 11.0.
  • Dependency upgrades:
    • abseil-cpp (=> 2024072.0)
    • bazel (=> 6.5.0)
    • tink-cc (=> 2.3.0)
    • absl-py (=> 2.1.0)
    • google-auth (=> 2.38.0)
    • google-api-core (=> 2.24.1)
    • google-cloud-kms (=> 3.4.0)
    • boto3 (=> 1.36.8)
    • hvac (=> 2.3.0)
    • protobuf (=> 5.29.3)

Get started

To get started using Tink, see the setup guide.

Pip
### Core Tink.
pip3 install tink==1.11.0
### Core Tink + Google Cloud KMS extension.
pip3 install tink[gcpkms]==1.11.0
### Core Tink + AWS KMS extension.
pip3 install tink[awskms]==1.11.0
### Core Tink + HashiCorp Vault KMS extension.
pip3 install tink[hcvault]==1.11.0
### Core Tink + all the KMS extensions.
pip3 install tink[all]==1.11.0
Bazel

Tink Python can be used in a Bazel project as a pip dependency using rules_python’s pip_parse macro.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants