Skip to content

Commit efd1331

Browse files
authored
chore(deps): update dependency sqlalchemy to v1.3.20 (GoogleCloudPlatform#4844)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SQLAlchemy](http://www.sqlalchemy.org) ([changelog](https://docs.sqlalchemy.org/en/latest/changelog/)) | patch | `==1.3.19` -> `==1.3.20` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent baf11e5 commit efd1331

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/standard_python3/cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask==1.1.2
22
# psycopg2==2.8.4
33
psycopg2-binary==2.8.6 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==0.10.1
5-
SQLAlchemy==1.3.19
5+
SQLAlchemy==1.3.20
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
SQLAlchemy==1.3.19
2+
SQLAlchemy==1.3.20
33
PyMySQL==0.10.1
44
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
SQLAlchemy==1.3.19
2+
SQLAlchemy==1.3.20
33
pg8000==1.16.6
44
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
SQLAlchemy==1.3.19
2+
SQLAlchemy==1.3.20
33
pyodbc==4.0.30
44

0 commit comments

Comments
 (0)