From 202da962f857913a59f1002066474424d7e6520e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:44:14 +0000 Subject: [PATCH] chore(deps): update mypy requirement from >=0.950 to >=2.1.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.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 492ec33..23ffd6f 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.1.0 jupyter>=1.1.1 ipython>=8.39.0 diff --git a/requirements.txt b/requirements.txt index b7459be..24d932c 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.1.0 jupyter>=1.1.1 ipython>=8.39.0