Skip to content

Commit ef40c01

Browse files
authored
chore(deps): update dependency tink to v1.6.1 (GoogleCloudPlatform#6543)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tink](https://togithub.com/google/tink) | `==1.6.0` -> `==1.6.1` | [![age](https://badges.renovateapi.com/packages/pypi/tink/1.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/tink/1.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/tink/1.6.1/compatibility-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/tink/1.6.1/confidence-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes <details> <summary>google/tink</summary> ### [`v1.6.1`](https://togithub.com/google/tink/releases/v1.6.1) [Compare Source](https://togithub.com/google/tink/compare/v1.6.0...v1.6.1) Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks. This is Tink 1.6.1. To get started using Tink, see [the installation instructions](https://developers.google.com/tink/install-tink). ##### What's new This is a patch release. The complete list of changes since 1.6.0 can be found [here](https://togithub.com/google/tink/compare/v1.6.0...v1.6.1). ##### Java ##### Fix dependencies in Java Maven packages In Tink 1.6.0, the Java Bazel configuration included a couple instances of a non-Android target depending on an Android target and vice versa. This resulted in larger than expected Maven packages. ##### Miscellaneous Minor documentation fixes. ##### Known issues * Tink for Python has issues in setup.py and the distribution scripts. Due to this, PyPI packages have not been published for this release. A follow up patch release will address this shortly. * Tink for Obj-C still does not build with Bazel. However, you can still use it in your apps by installing our prebuilt package. </details> *** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. *** * \[x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. *** This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 73b96f9 commit ef40c01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SQLAlchemy==1.4.19
22
PyMySQL==1.0.2
3-
tink==1.6.0
3+
tink==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SQLAlchemy==1.4.19
22
pg8000==1.21.0
3-
tink==1.6.0
3+
tink==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SQLAlchemy==1.4.19
22
python-tds==1.11.0
33
sqlalchemy-pytds==0.3.1
4-
tink==1.6.0
4+
tink==1.6.1

0 commit comments

Comments
 (0)