From ab3abff0349ac0ac220614d3bbf1b9206827baef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 16:32:38 +0000 Subject: [PATCH] chore(deps-dev): bump pywin32 from 310 to 311 Bumps [pywin32](https://github.com/mhammond/pywin32) from 310 to 311. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-version: '311' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6f71e1be..da2d7f9a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -90,7 +90,7 @@ pytest-trio==0.8.0 pytest-asyncio==1.0.0 -pywin32==310 ; platform_system == 'Windows' +pywin32==311 ; platform_system == 'Windows' requests==2.32.4 ; python_version >= '3.7'