From d3809c749a030e6c510c2314839a0857f4d0e3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 13:11:37 +0900 Subject: [PATCH 01/24] build(deps): bump ruff from 0.14.5 to 0.14.6 in /requirements (#1320) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.5 to 0.14.6. - [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.14.5...0.14.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.6 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 3c96a7779c..313561e9cb 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.18.2 # For unit test -ruff == 0.14.5 # For unit test +ruff == 0.14.6 # For unit test From 21dc19502eba403033977438aeadd8de5add5bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:53:33 +0900 Subject: [PATCH 02/24] build(deps): bump cvxpy from 1.7.3 to 1.7.4 in /requirements (#1321) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.4 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 313561e9cb..e3656ecb2e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.3.5 scipy == 1.16.3 matplotlib == 3.10.7 -cvxpy == 1.7.3 +cvxpy == 1.7.4 ecos == 2.0.14 pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test From a3c30297aa065c2fea3a4d9058ffec50b0afb5b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:15:50 +0900 Subject: [PATCH 03/24] build(deps): bump ruff from 0.14.6 to 0.14.7 in /requirements (#1323) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.7. - [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.14.6...0.14.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.7 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 e3656ecb2e..c7cafc96cf 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.18.2 # For unit test -ruff == 0.14.6 # For unit test +ruff == 0.14.7 # For unit test From e67daff84b5121b0ce882740aa008be33aebd11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:20:56 +0900 Subject: [PATCH 04/24] build(deps): bump mypy from 1.18.2 to 1.19.0 in /requirements (#1322) Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c7cafc96cf..6d16b2a415 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,5 +5,5 @@ cvxpy == 1.7.4 ecos == 2.0.14 pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test -mypy == 1.18.2 # For unit test +mypy == 1.19.0 # For unit test ruff == 0.14.7 # For unit test From b8b81a067b668e9d91b305f725b3ec3023728f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:05:55 +0900 Subject: [PATCH 05/24] build(deps): bump cvxpy from 1.7.4 to 1.7.5 in /requirements (#1324) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.4 to 1.7.5. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.7.4...v1.7.5) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.5 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 6d16b2a415..ec3c53a31b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.3.5 scipy == 1.16.3 matplotlib == 3.10.7 -cvxpy == 1.7.4 +cvxpy == 1.7.5 ecos == 2.0.14 pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test From 61ca04caccd52b8b3bdc21d9a78f876864a4737f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:28:36 +0900 Subject: [PATCH 06/24] build(deps): bump ruff from 0.14.7 to 0.14.8 in /requirements (#1326) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.7 to 0.14.8. - [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.14.7...0.14.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.8 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 ec3c53a31b..beff584b9f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.1 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.0 # For unit test -ruff == 0.14.7 # For unit test +ruff == 0.14.8 # For unit test From 67d61bac0d30a65895d33742c2995cd22973e840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:14:34 +0900 Subject: [PATCH 07/24] build(deps): bump pytest from 9.0.1 to 9.0.2 in /requirements (#1325) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.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 beff584b9f..46033d7aef 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.16.3 matplotlib == 3.10.7 cvxpy == 1.7.5 ecos == 2.0.14 -pytest == 9.0.1 # For unit test +pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.0 # For unit test ruff == 0.14.8 # For unit test From 6b3d213f568052184d35dc337a982157521ce470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:50:59 +0900 Subject: [PATCH 08/24] build(deps): bump mypy from 1.19.0 to 1.19.1 in /requirements (#1327) Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 46033d7aef..32ddda8429 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,5 +5,5 @@ cvxpy == 1.7.5 ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test -mypy == 1.19.0 # For unit test +mypy == 1.19.1 # For unit test ruff == 0.14.8 # For unit test From 4d0d06917b6f3a603db694c34ccb3cdd787e7bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:55:21 +0900 Subject: [PATCH 09/24] build(deps): bump ruff from 0.14.8 to 0.14.9 in /requirements (#1329) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.9. - [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.14.8...0.14.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.9 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 32ddda8429..eecc683983 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.14.8 # For unit test +ruff == 0.14.9 # For unit test From 51e16e8db77ae4813f2263c692349008313901e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 19:44:42 +0900 Subject: [PATCH 10/24] build(deps): bump ruff from 0.14.9 to 0.14.10 in /requirements (#1332) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.9 to 0.14.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.14.9...0.14.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.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 eecc683983..5bf1cd40d3 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.14.9 # For unit test +ruff == 0.14.10 # For unit test From b3aa164f7c6d14bfff700c905e95ffb9e840f3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:14:39 +0900 Subject: [PATCH 11/24] build(deps): bump matplotlib from 3.10.7 to 3.10.8 in /requirements (#1328) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.7 to 3.10.8. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 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 5bf1cd40d3..270e29133a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ numpy == 2.3.5 scipy == 1.16.3 -matplotlib == 3.10.7 +matplotlib == 3.10.8 cvxpy == 1.7.5 ecos == 2.0.14 pytest == 9.0.2 # For unit test From 7e43715f2ac21a2c70d33c6f31a8c82b0e31390a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 09:20:55 +0900 Subject: [PATCH 12/24] build(deps): bump ruff from 0.14.10 to 0.14.11 in /requirements (#1340) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.10 to 0.14.11. - [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.14.10...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 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 270e29133a..cb92baf3dd 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.14.10 # For unit test +ruff == 0.14.11 # For unit test From 8fe7f2c556e846d05af68bb863595612a85c6633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:43:08 +0900 Subject: [PATCH 13/24] build(deps): bump scipy from 1.16.3 to 1.17.0 in /requirements (#1339) Bumps [scipy](https://github.com/scipy/scipy) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cb92baf3dd..3b3b204b06 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ numpy == 2.3.5 -scipy == 1.16.3 +scipy == 1.17.0 matplotlib == 3.10.8 cvxpy == 1.7.5 ecos == 2.0.14 From 8b62dee3699bb8657d8defa42e5fefea422dc87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:07:42 +0900 Subject: [PATCH 14/24] build(deps): bump ruff from 0.14.11 to 0.14.13 in /requirements (#1341) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.11 to 0.14.13. - [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.14.11...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 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 3b3b204b06..e617e0226b 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.14.11 # For unit test +ruff == 0.14.13 # For unit test From f08ea3a11305d8ae937843306a2b2842aecbccd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:15:26 +0900 Subject: [PATCH 15/24] build(deps): bump ruff from 0.14.13 to 0.14.14 in /requirements (#1342) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.13 to 0.14.14. - [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.14.13...0.14.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.14 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 e617e0226b..6d1ecfcd05 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.14.13 # For unit test +ruff == 0.14.14 # For unit test From a644edf631fb5af3eee664bf1053a03aed0dfb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:53:07 -0800 Subject: [PATCH 16/24] build(deps): bump ruff from 0.14.14 to 0.15.1 in /requirements (#1347) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.14 to 0.15.1. - [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.14.14...0.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6d1ecfcd05..6d5f4ee572 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.14.14 # For unit test +ruff == 0.15.1 # For unit test From f66868aef8b5d6feeef462dd991c4ef82c26efc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:54:32 -0800 Subject: [PATCH 17/24] build(deps): bump cvxpy from 1.7.5 to 1.8.1 in /requirements (#1345) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.5 to 1.8.1. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.7.5...v1.8.1) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6d5f4ee572..4e54f1a45f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.3.5 scipy == 1.17.0 matplotlib == 3.10.8 -cvxpy == 1.7.5 +cvxpy == 1.8.1 ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test From b00db3ec671e3a3b6725f85cb4ab5663e4cdd6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:56:19 -0800 Subject: [PATCH 18/24] build(deps): bump scipy from 1.17.0 to 1.17.1 in /requirements (#1349) Bumps [scipy](https://github.com/scipy/scipy) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 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 4e54f1a45f..9bb6ffa428 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ numpy == 2.3.5 -scipy == 1.17.0 +scipy == 1.17.1 matplotlib == 3.10.8 cvxpy == 1.8.1 ecos == 2.0.14 From 54387d6e3c67e2cf833f2c74133121b8d69c57c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:24:20 -0700 Subject: [PATCH 19/24] build(deps): bump ruff from 0.15.1 to 0.15.7 in /requirements (#1357) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.1 to 0.15.7. - [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.15.1...0.15.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.7 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 9bb6ffa428..10c71acd29 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.15.1 # For unit test +ruff == 0.15.7 # For unit test From 5f35d9c7ac410c051df75bc13a80dfd9883557d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:26:58 -0700 Subject: [PATCH 20/24] build(deps): bump ruff from 0.15.7 to 0.15.9 in /requirements (#1363) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.7 to 0.15.9. - [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.15.7...0.15.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.9 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 10c71acd29..1907011fea 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.15.7 # For unit test +ruff == 0.15.9 # For unit test From dc747ef8b7c438ac79799716fa9f68ddecd3f97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:33:01 -0700 Subject: [PATCH 21/24] build(deps): bump ruff from 0.15.9 to 0.15.16 in /requirements (#1382) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.16. - [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.15.9...0.15.16) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 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 1907011fea..f2aaf05ec7 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 9.0.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test -ruff == 0.15.9 # For unit test +ruff == 0.15.16 # For unit test From 8950da64749d47721d5fcf1316de69e17ba68ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:33:36 -0700 Subject: [PATCH 22/24] build(deps): bump pytest from 9.0.2 to 9.0.3 in /requirements (#1365) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 f2aaf05ec7..889b8548e9 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.17.1 matplotlib == 3.10.8 cvxpy == 1.8.1 ecos == 2.0.14 -pytest == 9.0.2 # For unit test +pytest == 9.0.3 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test ruff == 0.15.16 # For unit test From 6fe491fa737b0f61d8579168c8b41d58f0b9602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:21:43 -0700 Subject: [PATCH 23/24] build(deps): bump pytest from 9.0.3 to 9.1.0 in /requirements (#1384) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 889b8548e9..5c349446ee 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.17.1 matplotlib == 3.10.8 cvxpy == 1.8.1 ecos == 2.0.14 -pytest == 9.0.3 # For unit test +pytest == 9.1.0 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.19.1 # For unit test ruff == 0.15.16 # For unit test From b38c510e083d69a5755d98d0680bd50f3d9a91fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 19:13:48 -0700 Subject: [PATCH 24/24] build(deps): bump matplotlib from 3.10.8 to 3.11.0 in /requirements (#1383) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.8 to 3.11.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5c349446ee..1b6274f635 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ numpy == 2.3.5 scipy == 1.17.1 -matplotlib == 3.10.8 +matplotlib == 3.11.0 cvxpy == 1.8.1 ecos == 2.0.14 pytest == 9.1.0 # For unit test