Skip to content

Commit d0a913d

Browse files
Update dependency mysql-connector-python to ^9.2.0 (#406)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql-connector-python](https://redirect.github.com/mysql/mysql-connector-python) ([changelog](https://dev.mysql.com/doc/relnotes/connector-python/en/)) | `^9.1.0` -> `^9.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mysql-connector-python/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mysql-connector-python/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mysql-connector-python/9.1.0/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mysql-connector-python/9.1.0/9.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mysql/mysql-connector-python (mysql-connector-python)</summary> ### [`v9.2.0`](https://redirect.github.com/mysql/mysql-connector-python/blob/HEAD/CHANGES.txt#v920) [Compare Source](https://redirect.github.com/mysql/mysql-connector-python/compare/9.1.0...9.2.0) \====== - [WL#16381](https://redirect.github.com/WL/mysql-connector-python/issues/16381): Add support for read and write timeouts - [WL#16285](https://redirect.github.com/WL/mysql-connector-python/issues/16285): Remake Multi Statement Execution - [BUG#37145655](https://redirect.github.com/BUG/mysql-connector-python/issues/37145655): MySQL Connector/Python Configuration Files RCE - [BUG#36702939](https://redirect.github.com/BUG/mysql-connector-python/issues/36702939): connection_cext has a memory leak in the python mysql-connector - [BUG#36922645](https://redirect.github.com/BUG/mysql-connector-python/issues/36922645): Option `connection_timeout` is overwritten and works as "query" timeout instead - [BUG#36126909](https://redirect.github.com/BUG/mysql-connector-python/issues/36126909): "Unread result found" exception/bad MySQLCursor.statement when query text contains code comments - [BUG#35810050](https://redirect.github.com/BUG/mysql-connector-python/issues/35810050): Executing multiple statements fails when importing Sakila </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 1-5 * * 2" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/mysql-router-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJub3QgYnVnIG9yIGVuaGFuY2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac07bda commit d0a913d

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

poetry.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ops = "^2.9.0"
5353
pytest = "^8.2.2"
5454
pytest-operator = "^0.35.0"
5555
juju = "^3.6.0.0"
56-
mysql-connector-python = "^9.1.0"
56+
mysql-connector-python = "^9.2.0"
5757
pyyaml = "^6.0.1"
5858
tenacity = "^8.5.0"
5959
allure-pytest = "^2.13.5"

0 commit comments

Comments
 (0)