From 4757e57e718e6c400e4d3b6bc49f28ead71d204b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:51:17 +0200 Subject: [PATCH 1/2] Bump pywin32 from 311 to 312 (#1113) Bumps [pywin32](https://github.com/mhammond/pywin32) from 311 to 312. - [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: '312' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82197d7b9..c7670035f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ charset-normalizer==3.4.7 idna==3.17 jsonschema==4.25.1 pyrsistent==0.20.0 -pywin32==311 +pywin32==312 requests==2.34.2 urllib3==2.7.0 From 14c35b5cde6a37e472a1c6626d72313a4fb32603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:56:25 +0200 Subject: [PATCH 2/2] Bump idna from 3.17 to 3.18 (#1112) Bumps [idna](https://github.com/kjd/idna) from 3.17 to 3.18. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.17...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7670035f..45443e41e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ attrs==26.1.0 certifi==2026.5.20 charset-normalizer==3.4.7 -idna==3.17 +idna==3.18 jsonschema==4.25.1 pyrsistent==0.20.0 pywin32==312