[PR #114] [CLOSED] Update mysqlclient requirement from <2.2.1 to <2.2.4 #114

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/114
Author: @dependabot[bot]
Created: 2/6/2024
Status: Closed

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


📝 Commits (1)

  • 3f31d09 Update mysqlclient requirement from <2.2.1 to <2.2.4

📊 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.

Release notes

Sourced from mysqlclient's releases.

v2.2.3

What's Changed

Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3

Changelog

Sourced from mysqlclient's changelog.

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

  • Use pkg-config instead of mysql_config (#586)
  • Raise ProgrammingError on -inf (#557)
  • Raise IntegrityError for ER_BAD_NULL. (#579)
  • Windows: Use MariaDB Connector/C 3.3.4 (#585)
  • Use pkg-config instead of mysql_config (#586)
  • Add collation option (#564)
  • Drop Python 3.7 support (#593)
  • Use pyproject.toml for build (#598)
  • Add Cursor.mogrify (#477)
  • Partial support of ssl_mode option with mariadbclient (#475)
  • Discard remaining results without creating Python objects (#601)

... (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/114 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/mysqlclient-lt-2.2.4` --- ### 📝 Commits (1) - [`3f31d09`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/3f31d092f62cfdd0f081bf58717fb466abbf78a7) Update mysqlclient requirement from <2.2.1 to <2.2.4 ### 📊 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>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.3</h2> <h2>What's Changed</h2> <ul> <li>fix <code>Connection.kill()</code> broken since 2.2.2 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/PyMySQL/mysqlclient/pull/696">PyMySQL/mysqlclient#696</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3">https://github.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3</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.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> <ul> <li>Use <code>pkg-config</code> instead of <code>mysql_config</code> (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/586">#586</a>)</li> <li>Raise ProgrammingError on -inf (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/557">#557</a>)</li> <li>Raise IntegrityError for ER_BAD_NULL. (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/579">#579</a>)</li> <li>Windows: Use MariaDB Connector/C 3.3.4 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/585">#585</a>)</li> <li>Use pkg-config instead of mysql_config (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/586">#586</a>)</li> <li>Add collation option (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/564">#564</a>)</li> <li>Drop Python 3.7 support (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/593">#593</a>)</li> <li>Use pyproject.toml for build (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/598">#598</a>)</li> <li>Add Cursor.mogrify (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/477">#477</a>)</li> <li>Partial support of ssl_mode option with mariadbclient (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/475">#475</a>)</li> <li>Discard remaining results without creating Python objects (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/601">#601</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/PyMySQL/mysqlclient/commit/e2a908bc28c5fb877ef4f7fefe9df85c94fba88f"><code>e2a908b</code></a> update actions/cache action to v4 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/684">#684</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/a2212b33821f4a34f342a335fc7af0c16d18a8d6"><code>a2212b3</code></a> chore(deps): update actions/upload-artifact action to v4 (<a href="https://redirect.github.com/PyMySQL/mysqlclient/issues/681">#681</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyMySQL/mysqlclient/compare/MySQLdb-0.9.0b1...v2.2.3">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#114
No description provided.