Closed dependabot[bot] closed 1 month ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The recent update involves upgrading the mysql-connector-python
dependency from version 8.4.0
to 9.0.0
in both the pyproject.toml
and requirements.txt
files. This change aims to enhance functionality, performance, and security. The update may necessitate code adjustments to accommodate any breaking changes introduced in the new version.
Files | Change Summary |
---|---|
pyproject.toml , requirements.txt |
Updated mysql-connector-python from 8.4.0 to 9.0.0 . |
mysql-connector-python
from 8.4.0
to 9.0.0
, as this PR directly addresses the upgrade process that was previously reverted.🐾 In the code so bright,
A new version takes flight.
From eight to nine we climb,
Making databases sublime!
Bugs and issues take their leave,
With every line, we believe!
🐾
Superseded by #156.
Bumps mysql-connector-python from 8.4.0 to 9.0.0.
You can trigger a rebase of this PR 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
Summary by CodeRabbit
New Features
Bug Fixes