From aafb6925b8496395fe6ac6f67a4994ee48a4b4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:52:25 +0000 Subject: [PATCH] Bump pywin32 from 311 to 312 Bumps [pywin32](https://github.com/mhammond/pywin32) from 311 to 312. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-version: '312' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4d0f719..64858e1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.26.0 lxml==6.1.1 -pywin32==311 +pywin32==312 requests==2.34.2 rfc3987==1.3.8 # urllib # not needed to be listed (builtin module)