From 3af1cd4203f5268b1464411c348d4c76ed7a53c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 08:30:42 +0000 Subject: [PATCH] build(deps): bump mypy from 1.16.0 to 1.16.1 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 5f8bf52415..54454adf9d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,5 +5,5 @@ cvxpy == 1.6.5 ecos == 2.0.14 pytest == 8.4.0 # For unit test pytest-xdist == 3.7.0 # For unit test -mypy == 1.16.0 # For unit test +mypy == 1.16.1 # For unit test ruff == 0.11.13 # For unit test