Skip to content

build(deps): bump the python-minor-patch group across 1 directory with 2 updates - #9155

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/python/plugins/azuredevops/python-minor-patch-eed71961ae
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/python/plugins/azuredevops/python-minor-patch-eed71961ae

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python-minor-patch group with 2 updates in the /backend/python/pydevlake directory: mysqlclient and pydevd-pycharm.

Updates mysqlclient from 2.2.8 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

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)

======================

Commits

Updates pydevd-pycharm from 263.3889.77 to 263.4732.31

Commits
  • 4bfc13a IJPL-255110 Git fails to start in dev containers after stricter GeneralComman...
  • 0d4c507 IJI-725 [fus]: auto-update bundled metadata
  • 6bb951c FUS-8662 [fus]: auto-update bundled metadata
  • 30f063e FUS-8657 [fus]: auto-update bundled metadata
  • c4e9599 FUS-8660 [fus]: auto-update bundled metadata
  • b5ba4ac FUS-8682 [fus]: auto-update bundled metadata
  • 04e3e70 FUS-8667 [fus]: auto-update bundled metadata
  • 910aa55 IJPL-253331 Projectless capabilities - new file creation
  • dcafd74 IJPL-253331 Projectless capabilities - new file creation
  • b9e7dac IJPL-253331 Projectless capabilities - new file creation
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 2 updates

Bumps the python-minor-patch group with 2 updates in the /backend/python/pydevlake directory: [mysqlclient](https://github.com/PyMySQL/mysqlclient) and [pydevd-pycharm](https://github.com/JetBrains/intellij-community).


Updates `mysqlclient` from 2.2.8 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.8...v2.3.0)

Updates `pydevd-pycharm` from 263.3889.77 to 263.4732.31
- [Release notes](https://github.com/JetBrains/intellij-community/releases)
- [Commits](JetBrains/intellij-community@pycharm/263.3889.77...pycharm/263.4732.31)

---
updated-dependencies:
- dependency-name: mysqlclient
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
- dependency-name: pydevd-pycharm
  dependency-version: 263.4732.31
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants