deps(deps): update aiomysql requirement from ^0.2.0 to ^0.3.2
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(8 months ago)
(8 months ago)
devops-thiago
Updates the requirements on aiomysql to permit the latest version.
Release notes
Sourced from aiomysql's releases.
v0.3.2
Changes
0.3.2 (2025-10-21) ^^^^^^^^^^^^^^^^^^
- Fix not persisting GitHub credentials during Git checkout action in CI for publishing release tags #1047
0.3.1 (2025-10-21) ^^^^^^^^^^^^^^^^^^
- Fix permissions in GitHub Actions workflow to allow pushing git tag after release #1046
0.3.0 (2025-10-21) ^^^^^^^^^^^^^^^^^^
Drop support for Python 3.7 and 3.8, replaced by 3.12 and 3.13 #1026
Bump minimum Sphinx version to generate documentation to 6.2.0 for Python 3.13 support #1026
Sphinx now uses the furo theme for local and RTD builds #936
Drop support for EoL MySQL 5.7, replaced by 8.4 and 9.4 #1032
Drop support for EoL MariaDB 10.4, 10.5, 10.9, 10.10, replaced by 11.4, 11.8, 12.0 #1032
Use immutable GitHub tags and releases for future releases #1034
| Bump setuptools to >=80, setuptools-scm to >=7, <10 #1018 | setuptools-scm must be at least 9.2.0 for consistent hash lengths of non-release builds.
| Properly check whether loading of local files is enabled #1044 | Loading local data now requires using the
local_infileparameter, passing just the client flag throughclient_flagis no longer supported. | FixesGHSA-r397-ff8c-wv2g <https://github.com/aio-libs/aiomysql/security/advisories/GHSA-r397-ff8c-wv2g>_ | Thanks to@KonstantAnxietyfor reporting this.0.2.0 (2023-06-11) ^^^^^^^^^^^^^^^^^^
Bump minimal SQLAlchemy version to 1.3 #815
Remove deprecated Pool.get #706
| Partially ported
PyMySQL#304 <https://github.com/PyMySQL/PyMySQL/pull/304>_ #792 | aiomysql now reraises the original exception during connect() if it's notIOError,OSErrororasyncio.TimeoutError. | This was previously always raised asOperationalError.Fix debug log level with sha256_password authentication #863
... (truncated)
Changelog
Sourced from aiomysql's changelog.
0.3.2 (2025-10-21) ^^^^^^^^^^^^^^^^^^
- Fix not persisting GitHub credentials during Git checkout action in CI for publishing release tags #1047
0.3.1 (2025-10-21) ^^^^^^^^^^^^^^^^^^
- Fix permissions in GitHub Actions workflow to allow pushing git tag after release #1046
0.3.0 (2025-10-21) ^^^^^^^^^^^^^^^^^^
Drop support for Python 3.7 and 3.8, replaced by 3.12 and 3.13 #1026
Bump minimum Sphinx version to generate documentation to 6.2.0 for Python 3.13 support #1026
Sphinx now uses the furo theme for local and RTD builds #936
Drop support for EoL MySQL 5.7, replaced by 8.4 and 9.4 #1032
Drop support for EoL MariaDB 10.4, 10.5, 10.9, 10.10, replaced by 11.4, 11.8, 12.0 #1032
Use immutable GitHub tags and releases for future releases #1034
| Bump setuptools to >=80, setuptools-scm to >=7, <10 #1018 | setuptools-scm must be at least 9.2.0 for consistent hash lengths of non-release builds.
| Properly check whether loading of local files is enabled #1044 | Loading local data now requires using the
local_infileparameter, passing just the client flag throughclient_flagis no longer supported. | FixesGHSA-r397-ff8c-wv2g <https://github.com/aio-libs/aiomysql/security/advisories/GHSA-r397-ff8c-wv2g>_ | Thanks to@KonstantAnxietyfor reporting this.0.2.0 (2023-06-11) ^^^^^^^^^^^^^^^^^^
Bump minimal SQLAlchemy version to 1.3 #815
Remove deprecated Pool.get #706
| Partially ported
PyMySQL#304 <https://github.com/PyMySQL/PyMySQL/pull/304>_ #792 | aiomysql now reraises the original exception during connect() if it's notIOError,OSErrororasyncio.TimeoutError. | This was previously always raised asOperationalError.Fix debug log level with sha256_password authentication #863
Modernized code with
pyupgrade <https://github.com/asottile/pyupgrade>_ to Python 3.7+ syntax #930Removed tests for EoL MariaDB versions 10.3, 10.7 and 10.8, added tests for MariaDB 10.9, 10.10, 10.11 #932
... (truncated)
Commits
72a4df6Merge pull request #1047 from Nothing4You/fix-git-tag-release59ba1a6Revert not persisting GitHub credentials in workflow job for pushing a Git ta...fd32a80Merge pull request #1046 from Nothing4You/fix-git-tag-release5e53c9fFix permissions in GitHub Actions workflow to allow pushing git tag after rel...ff23e01Merge pull request #1045 from Nothing4You/release-prep8fba3ffPrepare 0.3.0 release, add missing PR references to changelog32c4520Merge pull request #1044 from Nothing4You/local-infilee2e895dUpdate docs for local infile873dc39Add test case for unexpecte LOAD_LOCAL packetsaa98494check local_infile option when receiving a LOAD_LOCAL packet- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 10586894 |
| UUID: | 3556230969 |
| Node ID: | PR_kwDOP5TZt86v3PiV |
| Host: | GitHub |
| Repository: | devops-thiago/otel-example-python |