From c8beb0798badb532cab111db2dc69b93114399f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:18:50 +0000 Subject: [PATCH] chore(deps-dev): bump types-pywin32 in /requirements Bumps [types-pywin32](https://github.com/python/typeshed) from 306.0.0.3 to 306.0.0.4. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 044a55922c..ddb5d712f1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ pytest-cov==4.1.0 # mypy adds new rules in new minor versions, which could cause our PR check to fail # here we fix its version and upgrade it manually in the future mypy==1.4.1 -types-pywin32==306.0.0.3 +types-pywin32==306.0.0.4 types-PyYAML==6.0.12.11 types-chevron==0.14.2.4 types-psutil==5.9.5.16