From 476f44021282f04412650553d83ceda25248d5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:20:06 +0000 Subject: [PATCH] chore(deps): update winrt-windows-storage-streams requirement Updates the requirements on [winrt-windows-storage-streams](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-storage-streams 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..907a2cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ 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.Media.Ocr>=3.2; sys_platform == "win32" -winrt-Windows.Storage.Streams>=3.2; sys_platform == "win32" +winrt-Windows.Storage.Streams>=3.2.1; sys_platform == "win32"