From 224743164906ad3f925995663846f46fef88a94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:25:26 +0000 Subject: [PATCH] build(deps): bump pywin32 from 308 to 310 Bumps [pywin32](https://github.com/mhammond/pywin32) from 308 to 310. - [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-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 0ef029a..5451722 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,7 +121,7 @@ pytest-xdist==3.6.1 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 pytz==2025.1 -pywin32==308 ; sys_platform == 'win32' +pywin32==310 ; sys_platform == 'win32' pyyaml==6.0.2 pyzmq==26.2.1 questionary==2.1.0