From bef0a771f4eb4b01868c8c0a1bee9b607fd151fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:42:48 +0000 Subject: [PATCH] chore(deps): Bump mypy from 2.1.0 to 2.3.1 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 0a59f9e4..677f5964 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -6,7 +6,7 @@ hypothesis # qcodes' data_set_protocol.py (verified up to 2.3.1, the latest release as # of writing). Pinned to 2.1.0, the newest version that doesn't crash; bump # once upstream fixes this (see https://github.com/python/mypy/issues/21741). -mypy==2.1.0 +mypy==2.3.1 PySide6-stubs pandas-stubs watchdog \ No newline at end of file