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