From 7a37f2e403f0f2c2a7d29849e4e804ee5ef45012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:32:16 +0900 Subject: [PATCH 1/2] build(deps): bump mypy from 1.18.1 to 1.18.2 in /requirements (#1272) Bumps [mypy](https://github.com/python/mypy) from 1.18.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.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 0a326d3b6e..8703fb1f18 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,5 +5,5 @@ cvxpy == 1.7.3 ecos == 2.0.14 pytest == 8.4.2 # For unit test pytest-xdist == 3.8.0 # For unit test -mypy == 1.18.1 # For unit test +mypy == 1.18.2 # For unit test ruff == 0.13.0 # For unit test From ffaa02fb9377efb4649eacb39e76865e2ca920e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:21:05 +0900 Subject: [PATCH 2/2] build(deps): bump ruff from 0.13.0 to 0.13.1 in /requirements (#1273) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.0 to 0.13.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.13.0...0.13.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.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 8703fb1f18..a7e9eb25f9 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -6,4 +6,4 @@ ecos == 2.0.14 pytest == 8.4.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.18.2 # For unit test -ruff == 0.13.0 # For unit test +ruff == 0.13.1 # For unit test