From ed737c2aaf7237e567f988c61778df95e46c3d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:59:27 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump types-pywin32 in /requirements in the types group Bumps the types group in /requirements with 1 update: [types-pywin32](https://github.com/python/typeshed). Updates `types-pywin32` from 308.0.0.20250124 to 308.0.0.20250128 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... 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 e5ab64fcbf..7e021e68ce 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ pytest-cov==5.0.0; python_version<"3.9" # 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.14.1 -types-pywin32==308.0.0.20250124 +types-pywin32==308.0.0.20250128 types-PyYAML==6.0.12.20241230 types-chevron==0.14.2.20250103 types-psutil==6.1.0.20241221 From a559eed4464ee9069d1cf7cc11abd121d919bdaa Mon Sep 17 00:00:00 2001 From: Vandita2020 Date: Tue, 28 Jan 2025 14:50:30 -0800 Subject: [PATCH 2/2] Update dev.txt --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 7e021e68ce..2a5aa9272c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,8 @@ pytest-cov==5.0.0; python_version<"3.9" # 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.14.1 -types-pywin32==308.0.0.20250128 +types-pywin32==308.0.0.20250128; python_version>="3.9" +types-pywin32==308.0.0.20241221; python_version<"3.9" types-PyYAML==6.0.12.20241230 types-chevron==0.14.2.20250103 types-psutil==6.1.0.20241221