Skip to content

chore(deps): bump mysqlclient from 2.2.7 to 2.3.0 in /mailbox-app - #21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mailbox-app/mysqlclient-2.3.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mailbox-app/mysqlclient-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown

Bumps mysqlclient from 2.2.7 to 2.3.0.

Release notes

Sourced from mysqlclient's releases.

v2.3.0

What's Changed

New Contributors

Full Changelog: PyMySQL/mysqlclient@v2.2.8...v2.3.0

v2.2.8

What's Changed

New Contributors

Full Changelog: PyMySQL/mysqlclient@v2.2.7...v2.2.8

Changelog

Sourced from mysqlclient's changelog.

What's new in 2.3.0

Release: 2026-09-07

  • Concurrent use of the same Connection object from multiple threads now raises ProgrammingError immediately instead of causing undefined behavior. Applications should use separate connections for concurrent operations. (#781)

  • Add an optional executemany_fallback="multi" connection option. When enabled, Cursor.executemany() can batch eligible INSERT, REPLACE, UPDATE, and DELETE statements into multi-statement queries instead of executing them one at a time. This can significantly improve performance of operations such as SQLAlchemy bulk UPDATEs. The default remains "loop", and the existing multi-row INSERT/REPLACE optimization is unchanged. (#798)

  • Add Cursor.warning_count to expose the warning count for the last statement. (#780)

  • Make Cursor itself an iterator as specified by DB-API 2.0. iter(cursor) is cursor and next(cursor) fetches the next row. (#785)

  • Quote stored procedure names and user variable names in Cursor.callproc(), allowing names containing reserved words or special characters. (#789)

  • Fix conversion of datetime.timedelta values to support microseconds and negative values correctly. (#795)

  • Add Windows ARM64 wheels. (#796)

  • Test with Python 3.15 and free-threaded Python 3.15, and update the MariaDB Connector/C used for Windows wheels to 3.4.9. (#797)

  • Add Connection.more_results() for checking whether additional results remain after a multi-statement query. (#798)

  • Deprecate accessing exception classes such as ProgrammingError and OperationalError as Cursor attributes. Access them from the MySQLdb package instead. (#782)

  • Deprecate the reconnect parameter of Connection.ping(). Calling ping() without the parameter is unchanged. (#790)

====================== What's new in 2.2.8

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.7 to 2.3.0.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](PyMySQL/mysqlclient@v2.2.7...v2.3.0)

---
updated-dependencies:
- dependency-name: mysqlclient
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants