From 12789d6b12bee820ee79315e1e602985e0880fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:25:39 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.16.1 to 1.17.0 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.17.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 0724a3c79..c662bbbec 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -7,7 +7,7 @@ # iniconfig==2.0.0 # via pytest -mypy==1.16.1 +mypy==1.17.0 # via -r requirements-type_check.in mypy-extensions==1.0.0 # via mypy