From 3fff2c44e1b67257a50524c8b09ad47631b63e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:30:03 +0000 Subject: [PATCH] Bump pywin32 from 306 to 307 Bumps [pywin32](https://github.com/mhammond/pywin32) from 306 to 307. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5704d6b..79239a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jsonschema==4.23.0 lxml==5.3.0 -pywin32==306 +pywin32==307 requests==2.32.3 rfc3987==1.3.8 # urllib # not needed to be listed (builtin module)