From 9f33dfcfeefe9b61d0468d18e2596ae5f347abd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:01:41 +0000 Subject: [PATCH] build(deps): bump types-pymysql from 1.1.0.20240524 to 1.1.0.20250916 Bumps [types-pymysql](https://github.com/typeshed-internal/stub_uploader) from 1.1.0.20240524 to 1.1.0.20250916. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-pymysql dependency-version: 1.1.0.20250916 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..46757701a 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.20250916", "types-pyyaml==6.0.12.20240917", ]