From 9f409ab3ab4f027824f14cf29ec60ba1efcc385b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:46:30 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.16.0 to 1.16.1 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 99d7fac57..0744ccad7 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.0 +mypy==1.16.1 # via -r requirements-type_check.in mypy-extensions==1.0.0 # via mypy