From 4caa219da3b994bb1b4242ccce576247602ef105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:22:51 +0000 Subject: [PATCH] build(deps): update pywin32 requirement from ^306 to >=306,<312 Updates the requirements on [pywin32](https://github.com/mhammond/pywin32) to permit the latest version. - [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: '311' 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 9d3688a3d..bcdd837aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -179,7 +179,7 @@ pywebview = [ ] orjson = "^3.8.0" vdf = "^3.4" -pywin32 = { version = "^306", markers = "platform_system == 'Windows'" } +pywin32 = { version = ">=306,<312", markers = "platform_system == 'Windows'" } pypresence = { version = "^4.2.1", optional = true } [tool.poetry.scripts]