From ddafd936e705ae83d64b942eae8a1194326bdb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:19:40 +0900 Subject: [PATCH 1/2] build(deps): bump ruff from 0.12.9 to 0.12.10 in /requirements (#1261) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.9 to 0.12.10. - [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.12.9...0.12.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 21098a13f9..18b2a04d04 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 8.4.1 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.17.1 # For unit test -ruff == 0.12.9 # For unit test +ruff == 0.12.10 # For unit test From e1685187fb5004b6c177cc65f7e4caf93aec5d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:20:00 +0900 Subject: [PATCH 2/2] build(deps): bump cvxpy from 1.7.1 to 1.7.2 in /requirements (#1262) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 18b2a04d04..348b54fc76 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.2.4 scipy == 1.15.2 matplotlib == 3.10.1 -cvxpy == 1.7.1 +cvxpy == 1.7.2 ecos == 2.0.14 pytest == 8.4.1 # For unit test pytest-xdist == 3.8.0 # For unit test