Skip to content

Commit

Permalink
Update dependency SQLAlchemy to v1.3.18 (#4169)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [SQLAlchemy](http://www.sqlalchemy.org) | patch | `==1.3.17` -> `==1.3.18` |

---

### 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#GoogleCloudPlatform/python-docs-samples).
  • Loading branch information
renovate-bot authored Jun 27, 2020
1 parent 5e26f69 commit 3680196
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appengine/standard_python3/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flask==1.1.2
# psycopg2==2.8.4
psycopg2-binary==2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
PyMySQL==0.9.3
SQLAlchemy==1.3.17
SQLAlchemy==1.3.18
2 changes: 1 addition & 1 deletion appengine/standard_python37/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flask==1.1.2
# psycopg2==2.8.4
psycopg2-binary==2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
PyMySQL==0.9.3
SQLAlchemy==1.3.17
SQLAlchemy==1.3.18
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
SQLAlchemy==1.3.17
SQLAlchemy==1.3.18
PyMySQL==0.9.3
gunicorn==20.0.4
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
SQLAlchemy==1.3.17
SQLAlchemy==1.3.18
pg8000==1.15.3
gunicorn==20.0.4
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
SQLAlchemy==1.3.17
SQLAlchemy==1.3.18
pyodbc==4.0.30

0 comments on commit 3680196

Please sign in to comment.