From 7342076b5d5a777a1c7e4e49c524c0a0630f5bec Mon Sep 17 00:00:00 2001 From: Mark Wiebe <399551+mwiebe@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:26:33 -0700 Subject: [PATCH] chore(deps): switch pywin32 to >= 307 This matches the choice in https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python/pull/162 Signed-off-by: Mark Wiebe <399551+mwiebe@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5094b235..a330816b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "openjd-model >= 0.6,< 0.8", - "pywin32 == 309; platform_system == 'Windows'", + "pywin32 >= 307; platform_system == 'Windows'", "psutil >= 5.9,< 7.1; platform_system == 'Windows'", ]