From fcfac0712214175305bc3939548f8e94ac38a26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:12:13 +0000 Subject: [PATCH] Update types-pywin32 requirement from <310.0.0 to <312.0.0 --- updated-dependencies: - dependency-name: types-pywin32 dependency-version: 311.0.0.20251008 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb38d59..f36da6a 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<312.0.0", ] [tool.ruff]