Alberto-X3 / Alberto-X3-V4

This Repo contains the V4 from `Alberto-X3`
https://discord.gg/23rMcYu
GNU Affero General Public License v3.0
2 stars 0 forks source link

Update aiomysql requirement from ~=0.1.1 to ~=0.2.0 #27

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on aiomysql to permit the latest version.

Release notes

Sourced from aiomysql's releases.

v0.2.0

Changes

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 not IOError, OSError or asyncio.TimeoutError. | This was previously always raised as OperationalError.

  • Fix debug log level with sha256_password authentication #863

  • Modernized code with pyupgrade <https://github.com/asottile/pyupgrade>_ to Python 3.7+ syntax #930

  • Removed tests for EoL MariaDB versions 10.3, 10.7 and 10.8, added tests for MariaDB 10.9, 10.10, 10.11 #932

0.1.1 (2022-05-08) ^^^^^^^^^^^^^^^^^^

  • Fix SSL connection handshake charset not respecting client configuration #776

0.1.0 (2022-04-11) ^^^^^^^^^^^^^^^^^^

  • Don't send sys.argv[0] as program_name to MySQL server by default #620

  • Allow running process as anonymous uid #587

  • Fix timed out MySQL 8.0 connections raising InternalError rather than OperationalError #660

  • Fix timed out MySQL 8.0 connections being returned from Pool #660

  • Ensure connections are properly closed before raising an OperationalError when the server connection is lost #660

  • Ensure connections are properly closed before raising an InternalError when packet sequence numbers are out of sync #660

  • Unix sockets are now internally considered secure, allowing sha256_password and caching_sha2_password auth methods to be used #695

  • Test suite now also tests unix socket connections #696

  • Fix SSCursor raising InternalError when last result was not fully retrieved #635

  • Remove deprecated no_delay argument #702

  • Support PyMySQL up to version 1.0.2 #643

... (truncated)

Changelog

Sourced from aiomysql's changelog.

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 not IOError, OSError or asyncio.TimeoutError. | This was previously always raised as OperationalError.

  • Fix debug log level with sha256_password authentication #863

  • Modernized code with pyupgrade <https://github.com/asottile/pyupgrade>_ to Python 3.7+ syntax #930

  • Removed tests for EoL MariaDB versions 10.3, 10.7 and 10.8, added tests for MariaDB 10.9, 10.10, 10.11 #932

0.1.1 (2022-05-08) ^^^^^^^^^^^^^^^^^^

  • Fix SSL connection handshake charset not respecting client configuration #776

0.1.0 (2022-04-11) ^^^^^^^^^^^^^^^^^^

  • Don't send sys.argv[0] as program_name to MySQL server by default #620

  • Allow running process as anonymous uid #587

  • Fix timed out MySQL 8.0 connections raising InternalError rather than OperationalError #660

  • Fix timed out MySQL 8.0 connections being returned from Pool #660

  • Ensure connections are properly closed before raising an OperationalError when the server connection is lost #660

  • Ensure connections are properly closed before raising an InternalError when packet sequence numbers are out of sync #660

  • Unix sockets are now internally considered secure, allowing sha256_password and caching_sha2_password auth methods to be used #695

  • Test suite now also tests unix socket connections #696

  • Fix SSCursor raising InternalError when last result was not fully retrieved #635

  • Remove deprecated no_delay argument #702

  • Support PyMySQL up to version 1.0.2 #643

  • Bump minimal PyMySQL version to 1.0.0 #713

  • Align % formatting in Cursor.executemany() with Cursor.execute(), literal % now need to be doubled in Cursor.executemany() #714

... (truncated)

Commits
  • 83aa96e Merge branch 'release-prep-0.2.0' (#938)
  • e768c10 Update changelog for 0.2.0 release
  • 1edce76 Merge branch 'pypi-publish-pypi-input-naming' (#937)
  • 6fe50fc Migrate GHA pypi publish action inputs to kebab-case
  • 9473d7f Merge branch 'dependabot/pip/master/pytest-7.3.2' (#935)
  • cc6d519 Bump pytest from 7.3.1 to 7.3.2
  • b78dbdf Merge branch 'dependabot/pip/master/coverage-7.2.7' (#934)
  • 28b44f9 Bump coverage from 7.2.6 to 7.2.7
  • aeb7a3d Merge branch 'gha-set-output' (#933)
  • 2b290d5 Migrate away from using deprecated set-output in GHA
  • 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 will merge this PR once CI passes on it, as requested by @AlbertUnruh.


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