From 85be3582f1759b6cbb0d8fa51883146562f5f41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:40:35 +0000 Subject: [PATCH] Bump mypy from 1.10.1 to 1.18.2 Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/REQUIREMENTS-CI.txt | 2 +- requirements/REQUIREMENTS-CI.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/REQUIREMENTS-CI.txt b/requirements/REQUIREMENTS-CI.txt index 79ee88ef..2286c8f4 100644 --- a/requirements/REQUIREMENTS-CI.txt +++ b/requirements/REQUIREMENTS-CI.txt @@ -68,7 +68,7 @@ mdurl==0.1.2 mistune==0.8.4 more-itertools==10.8.0 mpmath==1.3.0 -mypy==1.10.1 +mypy==1.18.2 mypy_extensions==1.1.0 nbclient==0.10.2 nbconvert==6.5.4 diff --git a/requirements/REQUIREMENTS-CI.txt.in b/requirements/REQUIREMENTS-CI.txt.in index f8da8d98..3171a464 100644 --- a/requirements/REQUIREMENTS-CI.txt.in +++ b/requirements/REQUIREMENTS-CI.txt.in @@ -10,7 +10,7 @@ m2r2>=0.3.3 # pinning mistune for m2r2 mistune==0.8.4 # temporarily limiting mypy as 1.11 introduces errors -mypy<1.11 +mypy<1.19 numpydoc nbencdec>=0.0.5 pycodestyle