From 01f516ec14a6fd9200d7fa7acbe2ad2d3cb63549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:45:56 +0000 Subject: [PATCH] Bump pywin32 from 223 to 301 Bumps [pywin32](https://github.com/mhammond/pywin32) from 223 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: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b6cc1b3..c5ef6e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pywin32 == 223 +pywin32 == 301 tqdm == 4.20.0 WMI == 1.4.9 \ No newline at end of file diff --git a/setup.py b/setup.py index ec45981..d45e5d6 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ "Intended Audience :: Developers" ), keywords="SAP Script", - install_requires=['pywin32==223', 'tqdm==4.20.0', 'wmi==1.4.9'] + install_requires=['pywin32==301', 'tqdm==4.20.0', 'wmi==1.4.9'] )