From 3b33ba5e694737812868b06950951ed718e7bdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:07:58 +0000 Subject: [PATCH] chore(deps): bump mysqlclient from 2.2.7 to 2.3.0 in /mailbox-app 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](https://github.com/PyMySQL/mysqlclient/compare/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] --- mailbox-app/pyproject.toml | 2 +- mailbox-app/requirements/base.txt | 2 +- mailbox-app/requirements/constraints.txt | 2 +- mailbox-app/requirements/locked.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mailbox-app/pyproject.toml b/mailbox-app/pyproject.toml index ee0467e..1c97c66 100644 --- a/mailbox-app/pyproject.toml +++ b/mailbox-app/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "tinycss2==1.5.1", "filelock==3.20.3", "gunicorn==25.1.0", - "mysqlclient==2.2.7", + "mysqlclient==2.3.0", "python-dotenv==1.2.2", "whitenoise==6.11.0", ] diff --git a/mailbox-app/requirements/base.txt b/mailbox-app/requirements/base.txt index 5aa92e1..5623bfb 100644 --- a/mailbox-app/requirements/base.txt +++ b/mailbox-app/requirements/base.txt @@ -6,4 +6,4 @@ gunicorn==25.1.0 python-dotenv==1.2.2 whitenoise==6.11.0 -mysqlclient==2.2.7 +mysqlclient==2.3.0 diff --git a/mailbox-app/requirements/constraints.txt b/mailbox-app/requirements/constraints.txt index c8bb3fe..0ff4517 100644 --- a/mailbox-app/requirements/constraints.txt +++ b/mailbox-app/requirements/constraints.txt @@ -21,4 +21,4 @@ sqlparse==0.6.0 webencodings==0.5.1 whitenoise==6.11.0 -mysqlclient==2.2.7 +mysqlclient==2.3.0 diff --git a/mailbox-app/requirements/locked.txt b/mailbox-app/requirements/locked.txt index 8cf762b..a4b5486 100644 --- a/mailbox-app/requirements/locked.txt +++ b/mailbox-app/requirements/locked.txt @@ -15,4 +15,4 @@ tinycss2==1.5.1 webencodings==0.5.1 whitenoise==6.11.0 -mysqlclient==2.2.7 +mysqlclient==2.3.0