From 9536f82d35fccf7e4ae204e38a8ea25f9f1a0958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 08:58:02 +0000 Subject: [PATCH] chore(deps-dev): bump the types group across 1 directory with 2 updates Bumps the types group with 2 updates in the /requirements directory: [types-pywin32](https://github.com/python/typeshed) and [types-pyyaml](https://github.com/python/typeshed). Updates `types-pywin32` from 309.0.0.20250311 to 310.0.0.20250319 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyyaml` from 6.0.12.20241230 to 6.0.12.20250326 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-type: direct:development update-type: version-update:semver-major dependency-group: types - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 59fe91cac6..87c99af60f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,9 +10,9 @@ 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.15.0 -types-pywin32==309.0.0.20250311; python_version>="3.9" +types-pywin32==310.0.0.20250319; python_version>="3.9" types-pywin32==308.0.0.20241221; python_version<"3.9" -types-PyYAML==6.0.12.20241230 +types-PyYAML==6.0.12.20250326 types-chevron==0.14.2.20250103 types-psutil==7.0.0.20250218 types-setuptools==76.0.0.20250313