[PR #115] [MERGED] Update mysqlclient requirement from <2.2.1 to <2.2.5 #115

Closed
opened 2026-02-27 11:09:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/115
Author: @dependabot[bot]
Created: 2/9/2024
Status: Merged
Merged: 2/16/2024
Merged by: @tonioo

Base: masterHead: dependabot/pip/mysqlclient-lt-2.2.5


📝 Commits (1)

  • 325384a Update mysqlclient requirement from <2.2.1 to <2.2.5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 test-requirements.txt (+1 -1)

📄 Description

Updates the requirements on mysqlclient to permit the latest version.

Changelog

Sourced from mysqlclient's changelog.

What's new in 2.2.4

Release: 2024-02-09

  • Support ssl=True in connect(). (#700) This makes better compatibility with PyMySQL and mysqlclient==2.2.1 with libmariadb. See #698 for detail.

====================== What's new in 2.2.3

Release: 2024-02-04

  • Fix Connection.kill() method that broken in 2.2.2. (#689)

====================== What's new in 2.2.2

Release: 2024-02-04

  • Support building with MySQL 8.3 (#688).
  • Deprecate db.shutdown() and db.kill() methods in docstring. This is because mysql_shutdown() and mysql_kill() were removed in MySQL 8.3. They will emit DeprecationWarning in the future but not for now.

====================== What's new in 2.2.1

Release: 2023-12-13

  • Connection.ping() avoid using MYSQL_OPT_RECONNECT option until reconnect=True is specified. MySQL 8.0.33 start showing warning when the option is used. (#664)
  • Windows: Update MariaDB Connector/C to 3.3.8. (#665)
  • Windows: Build wheels for Python 3.12 (#644)

====================== What's new in 2.2.0

Release: 2023-06-22

... (truncated)

Commits

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa-postfix-autoreply/pull/115 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/mysqlclient-lt-2.2.5` --- ### 📝 Commits (1) - [`325384a`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/325384ab66f0e1d63845ce39a38e6bb794d5aa13) Update mysqlclient requirement from <2.2.1 to <2.2.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test-requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [mysqlclient](https://github.com/PyMySQL/mysqlclient) to permit the latest version. <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.4</h1> <p>Release: 2024-02-09</p> <ul> <li>Support <code>ssl=True</code> in <code>connect()</code>. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/700">#700</a>) This makes better compatibility with PyMySQL and mysqlclient==2.2.1 with libmariadb. See <a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/698">#698</a> for detail.</li> </ul> <h1>====================== What's new in 2.2.3</h1> <p>Release: 2024-02-04</p> <ul> <li>Fix <code>Connection.kill()</code> method that broken in 2.2.2. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/689">#689</a>)</li> </ul> <h1>====================== What's new in 2.2.2</h1> <p>Release: 2024-02-04</p> <ul> <li>Support building with MySQL 8.3 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/688">#688</a>).</li> <li>Deprecate <code>db.shutdown()</code> and <code>db.kill()</code> methods in docstring. This is because <code>mysql_shutdown()</code> and <code>mysql_kill()</code> were removed in MySQL 8.3. They will emit DeprecationWarning in the future but not for now.</li> </ul> <h1>====================== What's new in 2.2.1</h1> <p>Release: 2023-12-13</p> <ul> <li><code>Connection.ping()</code> avoid using <code>MYSQL_OPT_RECONNECT</code> option until <code>reconnect=True</code> is specified. MySQL 8.0.33 start showing warning when the option is used. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/664">#664</a>)</li> <li>Windows: Update MariaDB Connector/C to 3.3.8. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/665">#665</a>)</li> <li>Windows: Build wheels for Python 3.12 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/644">#644</a>)</li> </ul> <h1>====================== What's new in 2.2.0</h1> <p>Release: 2023-06-22</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/9fd238b9e3105dcbed2b009a916828a38d1f0904"><code>9fd238b</code></a> release 2.2.4 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/701">#701</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/a7e3887c8ac8d1b2a34b13f19da3cc164c4aa74c"><code>a7e3887</code></a> Support <code>ssl=True</code> (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/700">#700</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/1fa31fd17d20cb582fc58469a86b071cb84cee7f"><code>1fa31fd</code></a> release 2.2.3 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/697">#697</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/b34f8ef174e55eb51e3f5e43aeb78cea36e9e34a"><code>b34f8ef</code></a> fix build issue introduced in 2.2.2 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/696">#696</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/7c199a90f8554727a66c035058f13211f6774836"><code>7c199a9</code></a> release 2.2.2 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/693">#693</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/ace8b256493f848ae57c5fa8a82504c5d7b24657"><code>ace8b25</code></a> deprecate APIs deprecated in MySQL 8</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/8b032d134e4a0fe05b1d0a08b6fd5c7275c18011"><code>8b032d1</code></a> doc: add link to README (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/692">#692</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/2570ad48b8023ad79a5495c253abab494c30463e"><code>2570ad4</code></a> use ruff for formatter (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/691">#691</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/720b80497f0570333d67bc021692c1ec937b8d97"><code>720b804</code></a> Support MySQL 8.3 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/690">#690</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/9e3b00fe1962b54f7082275ab79953d2745b9d9d"><code>9e3b00f</code></a> chore(deps): update codecov/codecov-action action to v4 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/689">#689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyMySQL/mysqlclient/compare/MySQLdb-0.9.0b1...v2.2.4">compare view</a></li> </ul> </details> <br /> 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:09:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#115
No description provided.