From 288ab71815d40d591fc74d53a38bdb9ababc5690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:45:48 +0000 Subject: [PATCH] chore(deps): update mypy requirement from >=0.950 to >=2.3.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.950...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 4276ef3..c6a0a65 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -45,6 +45,6 @@ pytest>=7.0.0 pytest-cov>=3.0.0 black>=26.5.1 flake8>=4.0.0 -mypy>=0.950 +mypy>=2.3.0 jupyter>=1.1.1 ipython>=8.39.0 diff --git a/requirements.txt b/requirements.txt index 2c0e158..4a59c7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,6 +58,6 @@ pytest>=7.0.0 pytest-cov>=3.0.0 black>=26.5.1 flake8>=4.0.0 -mypy>=0.950 +mypy>=2.3.0 jupyter>=1.1.1 ipython>=8.39.0