From 8fb173fa674fe0ee0a64f5f832229ce3f6e7870f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:01:52 +0000 Subject: [PATCH] build(deps): bump types-pymysql from 1.1.0.20240524 to 1.1.0.20250914 Bumps [types-pymysql](https://github.com/typeshed-internal/stub_uploader) from 1.1.0.20240524 to 1.1.0.20250914. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pymysql dependency-version: 1.1.0.20250914 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 033171287..e5f728c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -180,6 +180,6 @@ unit = [ mypy = [ "mypy-zope==1.0.9", "mypy==1.13.0", - "types-pymysql==1.1.0.20240524", + "types-pymysql==1.1.0.20250914", "types-pyyaml==6.0.12.20240917", ]