From f1da9d1237881fa87c00ac4f1f90f6e52b4141bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:42:33 +0000 Subject: [PATCH] Update types-pywin32 requirement from <310.0.0 to <313.0.0 Updates the requirements on [types-pywin32](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-version: 312.0.0.20260609 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a8bdd2..703fccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ dev = [ "ruff>=0.8.0", "pyright>=1.1.0", - "types-pywin32<310.0.0", + "types-pywin32<313.0.0", ] [tool.ruff]