dependabot[bot] opened a new pull request, #41760: URL: https://github.com/apache/superset/pull/41760
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.6 to 2.2.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/mysqlclient/releases">mysqlclient's releases</a>.</em></p> <blockquote> <h2>v2.2.8</h2> <h2>What's Changed</h2> <ul> <li>support local_infile_dir option by <a href="https://github.com/RasmusKard"><code>@RasmusKard</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/755">PyMySQL/mysqlclient#755</a></li> <li>update readthedocs conf by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/759">PyMySQL/mysqlclient#759</a></li> <li>update mariadb-connector to 3.4.8 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/773">PyMySQL/mysqlclient#773</a></li> <li>add Python 3.14 and drop Python 3.9 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/774">PyMySQL/mysqlclient#774</a></li> <li>update pyproject.toml to support Python 3.14 by <a href="https://github.com/MysticEntity-dev"><code>@MysticEntity-dev</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/772">PyMySQL/mysqlclient#772</a></li> <li>free threading: do not enable GIL by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/775">PyMySQL/mysqlclient#775</a></li> <li>release v2.2.8 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/776">PyMySQL/mysqlclient#776</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RasmusKard"><code>@RasmusKard</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/755">PyMySQL/mysqlclient#755</a></li> <li><a href="https://github.com/MysticEntity-dev"><code>@MysticEntity-dev</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/772">PyMySQL/mysqlclient#772</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyMySQL/mysqlclient/compare/v2.2.7...v2.2.8">https://github.com/PyMySQL/mysqlclient/compare/v2.2.7...v2.2.8</a></p> <h2>v2.2.7</h2> <h2>What's Changed</h2> <ul> <li>MariaDB include paths for Win by <a href="https://github.com/CristiFati"><code>@CristiFati</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/749">PyMySQL/mysqlclient#749</a></li> <li>support opentelemetry-instrumentation by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/753">PyMySQL/mysqlclient#753</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CristiFati"><code>@CristiFati</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/749">PyMySQL/mysqlclient#749</a></li> <li><a href="https://github.com/cazorla19"><code>@cazorla19</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/752">PyMySQL/mysqlclient#752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyMySQL/mysqlclient/compare/v2.2.6...v2.2.7">https://github.com/PyMySQL/mysqlclient/compare/v2.2.6...v2.2.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst">mysqlclient's changelog</a>.</em></p> <blockquote> <h1>What's new in 2.2.8</h1> <p>Release: 2026-02-10</p> <ul> <li>Add <code>local_infile_dir</code> option to restrict LOAD DATA LOCAL INFILE file path. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/755">#755</a>)</li> <li>windows wheel: Update mariadb-connector to 3.4.8 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/773">#773</a>)</li> <li>Add Python 3.14 and drop Python 3.8, 3.9 support. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/774">#774</a>)</li> <li>Experimental support for free threaded Python. Importing <code>MySQLdb</code> doesn't enable the GIL anymore. This doesn't mean mysqlclient is thread safe. You must not use same connection object from multiple threads concurrently. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/775">#775</a>)</li> </ul> <h1>====================== What's new in 2.2.7</h1> <p>Release: 2025-01-10</p> <ul> <li>Add <code>user</code>, <code>host</code>, <code>database</code>, and <code>db</code> attributes to <code>Connection</code>. opentelemetry-instrumentation-(dbapi|mysqlclient) use them. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/753">#753</a>)</li> </ul> <p>======================</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/33f39481493cd1cadfd2a63252382b7d839591b2"><code>33f3948</code></a> release v2.2.8 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/776">#776</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/aeff560b7321dd07fcc4ae71118c9e15ed51feeb"><code>aeff560</code></a> free threading: do not enable GIL (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/775">#775</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/d0371b2044588c7214579e5be5c076410baba1fc"><code>d0371b2</code></a> update pyproject.toml to support Python 3.14 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/772">#772</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/21b99a031c5c9776a0893927c09bb764da06f261"><code>21b99a0</code></a> add Python 3.14 and drop Python 3.9 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/774">#774</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/af50276ca68d17859e01d999e0618b86283a43ea"><code>af50276</code></a> update mariadb-connector to 3.4.8 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/773">#773</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/e54e8612957e0d74dafe5d186ba1247a612c81bd"><code>e54e861</code></a> update readthedocs conf (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/759">#759</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/5b358664e5581571b7a21ee85829ca51869b23e0"><code>5b35866</code></a> support local_infile_dir option (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/755">#755</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/2076d161e2f09f3fb99e00134c9f415063924ad9"><code>2076d16</code></a> release v2.2.7 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/754">#754</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/2226fc471930a73f59985ab48b6f54e76c865eac"><code>2226fc4</code></a> support opentelemetry-instrumentation (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/753">#753</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/8103651bffbf0ee890d2731d4e1fae1f80a50661"><code>8103651</code></a> add database name as the Connection attribute (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/752">#752</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyMySQL/mysqlclient/compare/v2.2.6...v2.2.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
