Skip to content

Update dependency pymysql to v1.0.2

Jack Murphy requested to merge renovate/pymysql-1.x into main

This MR contains the following updates:

Package Update Change References
pymysql patch ==1.0.0 -> ==1.0.2 source

Release Notes

PyMySQL/PyMySQL

v1.0.2

Compare Source

Release date: 2021-01-09

  • Fix user, password, host, database are still positional arguments. All arguments of connect() are now keyword-only. (#​941)

v1.0.1

Compare Source

Release date: 2021-01-08

  • Stop emitting DeprecationWarning for use of db and passwd. Note that they are still deprecated. (#​939)
  • Add python_requires=">=3.6" to setup.py. (#​936)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports