Skip to content

Commit cad9617

Browse files
authored
chore(deps): update dependency pymysql to v1.0.2 (GoogleCloudPlatform#5214)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [PyMySQL](https://togithub.com/PyMySQL/PyMySQL) | patch | `==1.0.0` -> `==1.0.2` | --- ### Release Notes <details> <summary>PyMySQL/PyMySQL</summary> ### [`v1.0.2`](https://togithub.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md#v102) [Compare Source](https://togithub.com/PyMySQL/PyMySQL/compare/v1.0.1...v1.0.2) Release date: 2021-01-09 - Fix `user`, `password`, `host`, `database` are still positional arguments. All arguments of `connect()` are now keyword-only. ([#&GoogleCloudPlatform#8203;941](https://togithub.com/PyMySQL/PyMySQL/issues/941)) ### [`v1.0.1`](https://togithub.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md#v101) [Compare Source](https://togithub.com/PyMySQL/PyMySQL/compare/v1.0.0...v1.0.1) Release date: 2021-01-08 - Stop emitting DeprecationWarning for use of `db` and `passwd`. Note that they are still deprecated. ([#&GoogleCloudPlatform#8203;939](https://togithub.com/PyMySQL/PyMySQL/issues/939)) - Add `python_requires=">=3.6"` to setup.py. ([#&GoogleCloudPlatform#8203;936](https://togithub.com/PyMySQL/PyMySQL/issues/936)) </details> --- ### 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 8547264 commit cad9617

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
Flask-SQLAlchemy==2.4.4
33
gunicorn==20.0.4
4-
PyMySQL==1.0.0
4+
PyMySQL==1.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
4-
PyMySQL==1.0.0
4+
PyMySQL==1.0.2
55
SQLAlchemy==1.3.22
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Django==3.1.5
2-
PyMySQL==1.0.0
2+
PyMySQL==1.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
SQLAlchemy==1.3.22
3-
PyMySQL==1.0.0
3+
PyMySQL==1.0.2
44
gunicorn==20.0.4

0 commit comments

Comments
 (0)