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 1/7] 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 2/7] 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 3/7] 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 4/7] 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 5/7] 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 6/7] 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 7/7] 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