chore(deps): update dependency pymysql to v1.2.0 #365

Merged
renovate merged 1 commits from renovate/pymysql-1.x into main 2026-05-22 10:30:36 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
PyMySQL (changelog) ==1.1.3==1.2.0 age confidence

Release Notes

PyMySQL/PyMySQL (PyMySQL)

v1.2.0

Compare Source

Release date: 2026-05-19

Breaking changes
  • Connection.ping() change the default to not reconnect and deprecate reconnect argument.
    Create a new connection if you want to reconnect. (#​1241)

  • Error classes in Cursor class are removed. (#​1240)

  • connect() arguments db and passwd now emit DeprecationWarning.
    Use database and password instead. (#​1240)

  • Reorganize TLS connection behavior.

    • PyMySQL uses TLS by default when server supports it.
      Use ssl_disabled=True to prohibit SSL. (#​1213)

    • When ssl_verify_cert=True, ssl_verify_identity=True, an ssl.SSLContext is passed,
      or when any other SSL option is configured, the connection requires SSL and raises
      OperationalError (CR_SSL_CONNECTION_ERROR) if the server doesn't support it. (#​1234)

Other changes
  • Support MySQL 8 row/column alias syntax in executemany INSERT regex. (#​1235)
  • Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting. (#​1236)
  • Reject non-finite decimal.Decimal query parameters (NaN, sNaN, ±Infinity). (#​1237)
  • Connection.set_charset(charset) now emits DeprecationWarning.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [PyMySQL](https://github.com/PyMySQL/PyMySQL) ([changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)) | `==1.1.3` → `==1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pymysql/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pymysql/1.1.3/1.2.0?slim=true) | --- ### Release Notes <details> <summary>PyMySQL/PyMySQL (PyMySQL)</summary> ### [`v1.2.0`](https://github.com/PyMySQL/PyMySQL/blob/HEAD/CHANGELOG.md#v120) [Compare Source](https://github.com/PyMySQL/PyMySQL/compare/v1.1.3...v1.2.0) Release date: 2026-05-19 ##### Breaking changes - `Connection.ping()` change the default to not reconnect and deprecate `reconnect` argument. Create a new connection if you want to reconnect. ([#&#8203;1241](https://github.com/PyMySQL/PyMySQL/issues/1241)) - Error classes in Cursor class are removed. ([#&#8203;1240](https://github.com/PyMySQL/PyMySQL/issues/1240)) - `connect()` arguments `db` and `passwd` now emit DeprecationWarning. Use `database` and `password` instead. ([#&#8203;1240](https://github.com/PyMySQL/PyMySQL/issues/1240)) - Reorganize TLS connection behavior. - PyMySQL uses TLS by default when server supports it. Use `ssl_disabled=True` to prohibit SSL. ([#&#8203;1213](https://github.com/PyMySQL/PyMySQL/issues/1213)) - When `ssl_verify_cert=True`, `ssl_verify_identity=True`, an `ssl.SSLContext` is passed, or when any other SSL option is configured, the connection **requires** SSL and raises `OperationalError` (CR\_SSL\_CONNECTION\_ERROR) if the server doesn't support it. ([#&#8203;1234](https://github.com/PyMySQL/PyMySQL/issues/1234)) ##### Other changes - Support MySQL 8 row/column alias syntax in `executemany` INSERT regex. ([#&#8203;1235](https://github.com/PyMySQL/PyMySQL/issues/1235)) - Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting. ([#&#8203;1236](https://github.com/PyMySQL/PyMySQL/issues/1236)) - Reject non-finite `decimal.Decimal` query parameters (`NaN`, `sNaN`, `±Infinity`). ([#&#8203;1237](https://github.com/PyMySQL/PyMySQL/issues/1237)) - `Connection.set_charset(charset)` now emits `DeprecationWarning`. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-05-22 10:10:38 +00:00
chore(deps): update dependency pymysql to v1.2.0
renovate/stability-days Updates have met minimum release age requirement
robotframework / build (pull_request) Successful in 7m31s
ff2860a344
renovate scheduled this pull request to auto merge when all checks succeed 2026-05-22 10:10:39 +00:00
renovate merged commit 38945cea17 into main 2026-05-22 10:30:36 +00:00
renovate deleted branch renovate/pymysql-1.x 2026-05-22 10:30:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/robotframework#365