Skip to content

Commit 183abbe

Browse files
Update dependency mysql-connector-python to ^9.3.0 (#427)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mysql-connector-python](https://redirect.github.com/mysql/mysql-connector-python) ([changelog](https://dev.mysql.com/doc/relnotes/connector-python/en/)) | `^9.2.0` -> `^9.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mysql-connector-python/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mysql-connector-python/9.2.0/9.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mysql/mysql-connector-python (mysql-connector-python)</summary> ### [`v9.3.0`](https://redirect.github.com/mysql/mysql-connector-python/blob/HEAD/CHANGES.txt#v930) [Compare Source](https://redirect.github.com/mysql/mysql-connector-python/compare/9.2.0...9.3.0) \====== - [WL#16754](https://redirect.github.com/WL/mysql-connector-python/issues/16754): The host wildcard no longer applies to localhost - [WL#16752](https://redirect.github.com/WL/mysql-connector-python/issues/16752): Deprecate class methods to access instance data or to know instance internal state - [WL#16327](https://redirect.github.com/WL/mysql-connector-python/issues/16327): Remove Cursors Prepared Raw and Named Tuple - [BUG#37541353](https://redirect.github.com/BUG/mysql-connector-python/issues/37541353): (Contribution) Fix typing annotation of MySQLConnectionAbstract's close function - [BUG#37453587](https://redirect.github.com/BUG/mysql-connector-python/issues/37453587): Github links in PyPI project's pages do not work - [BUG#37447394](https://redirect.github.com/BUG/mysql-connector-python/issues/37447394): Unable to escape a parameter marker (`%s`) used in a query that should not be treated as a parameter marker - [BUG#37418436](https://redirect.github.com/BUG/mysql-connector-python/issues/37418436): Arbitrary File Read in MySQL Python Client library - [BUG#37410052](https://redirect.github.com/BUG/mysql-connector-python/issues/37410052): Bad formatting of exceptions when connecting with Unix sockets - [BUG#37399636](https://redirect.github.com/BUG/mysql-connector-python/issues/37399636): The C-extension has a memory leak when working with prepared statements - [BUG#37275524](https://redirect.github.com/BUG/mysql-connector-python/issues/37275524): Exception is not interpreted properly on prepared statements when C extension is in use - [BUG#36098290](https://redirect.github.com/BUG/mysql-connector-python/issues/36098290): mysql-connector-python is distributed without setup.py or pyproject.toml </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjQxLjQwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIm5vdCBidWcgb3IgZW5oYW5jZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85f7486 commit 183abbe

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

poetry.lock

Lines changed: 29 additions & 28 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.2.0"
56+
mysql-connector-python = "^9.3.0"
5757
pyyaml = "^6.0.1"
5858
tenacity = "^8.5.0"
5959
allure-pytest = "^2.13.5"

0 commit comments

Comments
 (0)