From 4782ed053825b2c554a629d3e20c32951c51726b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:54:35 -0800 Subject: [PATCH 1/3] chore(deps-dev): bump psutil from 6.1.0 to 6.1.1 in /requirements (#7823) Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 69e6efa9cb..24a96eede6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -46,4 +46,4 @@ filelock==3.16.1 # formatter black==24.10.0; python_version>="3.9" black==24.8.0; python_version<"3.9" -psutil==6.1.0 +psutil==6.1.1 From f41f313ba3d5ea8b09fad4a6ae5ff9f142a15f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:16:25 -0800 Subject: [PATCH 2/3] chore(deps-dev): bump ruff from 0.8.6 to 0.9.2 in /requirements (#7840) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.6...0.9.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Zhang --- requirements/pre-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pre-dev.txt b/requirements/pre-dev.txt index b4507a2c5e..ad5f23d8c5 100644 --- a/requirements/pre-dev.txt +++ b/requirements/pre-dev.txt @@ -1 +1 @@ -ruff==0.8.6 +ruff==0.9.2 From f27174513ad44fec40d5cb0adcf39775202b0a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:17:53 -0800 Subject: [PATCH 3/3] chore(deps-dev): bump types-pywin32 in /requirements in the types group (#7846) Bumps the types group in /requirements with 1 update: [types-pywin32](https://github.com/python/typeshed). Updates `types-pywin32` from 308.0.0.20241221 to 308.0.0.20250124 - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 24a96eede6..e5ab64fcbf 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.20241221 +types-pywin32==308.0.0.20250124 types-PyYAML==6.0.12.20241230 types-chevron==0.14.2.20250103 types-psutil==6.1.0.20241221