Skip to content

Commit 86d31f0

Browse files
authored
chore(deps): update dependency sqlalchemy to v2.0.12 (GoogleCloudPlatform#9848)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [SQLAlchemy](https://www.sqlalchemy.org) ([changelog](https://docs.sqlalchemy.org/en/latest/changelog/)) | `==2.0.10` -> `==2.0.12` | [![age](https://badges.renovateapi.com/packages/pypi/SQLAlchemy/2.0.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/SQLAlchemy/2.0.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/SQLAlchemy/2.0.12/compatibility-slim/2.0.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/SQLAlchemy/2.0.12/confidence-slim/2.0.10)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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. --- - [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
1 parent 5e16576 commit 86d31f0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SQLAlchemy==2.0.10
1+
SQLAlchemy==2.0.12
22
PyMySQL==1.0.3
33
tink==1.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.1.0
2-
SQLAlchemy==2.0.10
2+
SQLAlchemy==2.0.12
33
PyMySQL==1.0.3
44
gunicorn==20.1.0
55
cloud-sql-python-connector==1.2.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SQLAlchemy==2.0.10
1+
SQLAlchemy==2.0.12
22
pg8000==1.29.4
33
tink==1.6.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.29.4
3-
SQLAlchemy==2.0.10
3+
SQLAlchemy==2.0.12
44
cloud-sql-python-connector==1.2.2
55
gunicorn==20.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SQLAlchemy==2.0.10
1+
SQLAlchemy==2.0.12
22
python-tds==1.12.0
33
sqlalchemy-pytds==0.3.5
44
tink==1.6.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask==2.1.0
22
gunicorn==20.1.0
33
python-tds==1.12.0
44
pyopenssl==23.1.1
5-
SQLAlchemy==2.0.10
5+
SQLAlchemy==2.0.12
66
cloud-sql-python-connector==1.2.2
77
sqlalchemy-pytds==0.3.5

run/idp-sql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==2.1.0
2-
SQLAlchemy==2.0.10
2+
SQLAlchemy==2.0.12
33
pg8000==1.29.4
44
gunicorn==20.1.0
55
firebase-admin==6.1.0

0 commit comments

Comments
 (0)