Skip to content

Commit 3980346

Browse files
authored
chore(deps): update dependency cloud-sql-python-connector to v1.2.1 (#9284)
[![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.2.0` -> `==1.2.1` | [![age](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.2.1/compatibility-slim/1.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/cloud-sql-python-connector/1.2.1/confidence-slim/1.2.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.2.1`](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/HEAD/CHANGELOG.md#&#8203;121-httpsgithubcomGoogleCloudPlatformcloud-sql-python-connectorcomparev120v121-2023-03-14) [Compare Source](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.2.0...v1.2.1) ##### Bug Fixes - update dependencies to latest versions ([#&#8203;646](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/646)) ([d758987](https://togithub.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/d758987ac0cc0bf2e978a4c4b50a3b0809f457f0)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMSIsInVwZGF0ZWRJblZlciI6IjM1LjguMyJ9-->
1 parent 15010d2 commit 3980346

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==2.0.4
33
PyMySQL==1.0.2
44
gunicorn==20.1.0
5-
cloud-sql-python-connector==1.2.0
5+
cloud-sql-python-connector==1.2.1
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==2.0.4
4-
cloud-sql-python-connector==1.2.0
4+
cloud-sql-python-connector==1.2.1
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.12.0
44
pyopenssl==23.0.0
55
SQLAlchemy==2.0.4
6-
cloud-sql-python-connector==1.2.0
6+
cloud-sql-python-connector==1.2.1
77
sqlalchemy-pytds==0.3.5

0 commit comments

Comments
 (0)