Skip to content

Commit aa8497c

Browse files
authored
chore(deps): update dependency cloud-sql-python-connector to v1.1.0 (GoogleCloudPlatform#8999)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud-sql-python-connector](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector) | `==1.0.0` -> `==1.1.0` | [![age](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.1.0/compatibility-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.1.0/confidence-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>GoogleCloudPlatform/cloud-sql-python-connector</summary> ### [`v1.1.0`](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/HEAD/CHANGELOG.md#&#8203;110-httpsgithubcomGoogleCloudPlatformcloud-sql-python-connectorcomparev100v110-2023-01-10) [Compare Source](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.0.0...v1.1.0) ##### Features - add support for Python 3.11 ([#&GoogleCloudPlatform#8203;577](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/577)) ([b2669be](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b2669bef72ec3a056be0646d92c18acf9a8166c7)) - format `user` argument for automatic IAM authn ([#&GoogleCloudPlatform#8203;449](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/449)) ([88f5bcd](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/88f5bcd531aec696998fe8c7485b9291a26f3c2e)) ##### Bug Fixes - update TLS protocol for python3.10 ([#&GoogleCloudPlatform#8203;575](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/575)) ([bb4ab5d](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/bb4ab5d482d8065e8e866648ffcf43b9b4f8e9a2)) </details> --- ### 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**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
1 parent ba88458 commit aa8497c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud-sql/mysql/sqlalchemy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flask==2.1.0
22
SQLAlchemy==1.4.38
33
PyMySQL==1.0.2
44
gunicorn==20.1.0
5-
cloud-sql-python-connector==1.0.0
5+
cloud-sql-python-connector==1.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.1.0
22
pg8000==1.24.2
33
SQLAlchemy==1.4.38
4-
cloud-sql-python-connector==1.0.0
4+
cloud-sql-python-connector==1.1.0
55
gunicorn==20.1.0

cloud-sql/sql-server/sqlalchemy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ gunicorn==20.1.0
33
python-tds==1.11.0
44
pyopenssl==23.0.0
55
SQLAlchemy==1.4.38
6-
cloud-sql-python-connector==1.0.0
6+
cloud-sql-python-connector==1.1.0
77
sqlalchemy-pytds==0.3.4

0 commit comments

Comments
 (0)