From 8ff676878ba04986c6cf83b64e2c138fdfa5348c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 20:20:36 +0000 Subject: [PATCH] Bump pywin32 from 300 to 301 Bumps [pywin32](https://github.com/mhammond/pywin32) from 300 to 301. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/master/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64785f1..972edcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -149,7 +149,7 @@ pytorch-lightning-bolts==0.3.2; python_version >= "3.6" pytorch-lightning==1.2.0; python_version >= "3.6" pytorch-nlp==0.4.1; python_version >= "3.6" pytz==2021.3; python_full_version >= "3.7.1" and python_version >= "3.6" -pywin32==302; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7" +pywin32==301; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7" pywinpty==1.1.6; os_name == "nt" and python_version >= "3.6" pyyaml-env-tag==0.1; python_version >= "3.6" pyyaml==6.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"