Skip to content

Commit

Permalink
Bump mysqlclient from 2.2.4 to 2.2.5 (#311)
Browse files Browse the repository at this point in the history
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.4
to 2.2.5.
<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.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Support building against Percona Server builds of MySQL client
library <code>libperconaserverclient</code> by <a
href="https://github.com/nattofriends"><code>@​nattofriends</code></a>
in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/718">PyMySQL/mysqlclient#718</a></li>
<li>add MariaDB to README and doc by <a
href="https://github.com/robertsilen"><code>@​robertsilen</code></a> in
<a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/720">PyMySQL/mysqlclient#720</a></li>
<li>Update license metadata by <a
href="https://github.com/methane"><code>@​methane</code></a> in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/722">PyMySQL/mysqlclient#722</a></li>
<li>chore(deps): update dependency sphinx-rtd-theme to v3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/724">PyMySQL/mysqlclient#724</a></li>
<li>chore(deps): update dependency sphinx to v8 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/716">PyMySQL/mysqlclient#716</a></li>
<li>ci: update test by <a
href="https://github.com/methane"><code>@​methane</code></a> in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/727">PyMySQL/mysqlclient#727</a></li>
<li>ci: update MariaDB Connector/C by <a
href="https://github.com/methane"><code>@​methane</code></a> in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/726">PyMySQL/mysqlclient#726</a></li>
<li>release 2.2.5 by <a
href="https://github.com/methane"><code>@​methane</code></a> in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/728">PyMySQL/mysqlclient#728</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/nattofriends"><code>@​nattofriends</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/718">PyMySQL/mysqlclient#718</a></li>
<li><a
href="https://github.com/robertsilen"><code>@​robertsilen</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyMySQL/mysqlclient/pull/720">PyMySQL/mysqlclient#720</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyMySQL/mysqlclient/compare/v2.2.4...v2.2.5">https://github.com/PyMySQL/mysqlclient/compare/v2.2.4...v2.2.5</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.5</h1>
<p>Release: 2024-10-20</p>
<ul>
<li>(Windows wheel) Update MariaDB Connector/C to 3.4.1. <a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/726">#726</a></li>
<li>(Windows wheel) Build wheels for Python 3.13. <a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/726">#726</a></li>
</ul>
<p>======================</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/6eb6c2f8796fdf16c5356beb4cb888da4e46be09"><code>6eb6c2f</code></a>
release 2.2.5 (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/728">#728</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/95db801658e2821ba0f6bfc1a7479704095e8446"><code>95db801</code></a>
ci: update MariaDB Connector/C (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/726">#726</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/b5c6cdc9ee7bdb03ee25f0723879afa871847982"><code>b5c6cdc</code></a>
ci: update test (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/727">#727</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/4bcf3e634d7c23a4cca6b5be85db127307fd861a"><code>4bcf3e6</code></a>
chore(deps): update dependency sphinx to v8 (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/716">#716</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/3599f77524a20ae78ffd2a62d19dff2b7c2616e0"><code>3599f77</code></a>
chore(deps): update dependency sphinx-rtd-theme to v3 (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/724">#724</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/94cae1413d16ef437f38460ac5c96cf7e9b84725"><code>94cae14</code></a>
Update license metadata (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/722">#722</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/a958c5fa45d3833e9fbf31ce0c4a461782929067"><code>a958c5f</code></a>
add MariaDB to README and doc (<a
href="https://redirect.github.com/PyMySQL/mysqlclient/issues/720">#720</a>)</li>
<li><a
href="https://github.com/PyMySQL/mysqlclient/commit/423e45e2c5854b65e55fb0c6d9046ada93e97920"><code>423e45e</code></a>
Support building against Percona Server builds of MySQL client library
`libpe...</li>
<li>See full diff in <a
href="https://github.com/PyMySQL/mysqlclient/compare/v2.2.4...v2.2.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysqlclient&package-manager=pip&previous-version=2.2.4&new-version=2.2.5)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
  • Loading branch information
emilymclean authored Nov 1, 2024
2 parents c5b1e9c + 1887560 commit 44cab56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jmespath = "==0.10.0"
mako = "==1.3.5"
markupsafe = ">=1.1.1"
minizinc = "==0.9.0"
mysqlclient = "==2.2.4"
mysqlclient = "==2.2.5"
pipenv = "*"
pycparser = "==2.22"
pyjwt = "==2.9.0"
Expand Down
21 changes: 10 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44cab56

Please sign in to comment.