From ffbb48fe7255f23f170df1f175ee80a4de86934c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:20:10 +0000 Subject: [PATCH] chore(deps): update winrt-windows-graphics-imaging requirement Updates the requirements on [winrt-windows-graphics-imaging](https://github.com/pywinrt/pywinrt) to permit the latest version. - [Release notes](https://github.com/pywinrt/pywinrt/releases) - [Changelog](https://github.com/pywinrt/pywinrt/blob/main/CHANGELOG.md) - [Commits](https://github.com/pywinrt/pywinrt/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: winrt-windows-graphics-imaging dependency-version: 3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82d89e5..f7b9799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ winrt-runtime>=3.2; sys_platform == "win32" winrt-Windows.Foundation>=3.2; sys_platform == "win32" winrt-Windows.Foundation.Collections>=3.2; sys_platform == "win32" winrt-Windows.Globalization>=3.2; sys_platform == "win32" -winrt-Windows.Graphics.Imaging>=3.2; sys_platform == "win32" +winrt-Windows.Graphics.Imaging>=3.2.1; sys_platform == "win32" winrt-Windows.Media.Ocr>=3.2; sys_platform == "win32" winrt-Windows.Storage.Streams>=3.2; sys_platform == "win32"