From 11e1dd881401dcb2396277ebb12aafe412479164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:26:40 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.15.0 to 1.16.0 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index ac389d4f9..99d7fac57 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.15.0 +mypy==1.16.0 # via -r requirements-type_check.in mypy-extensions==1.0.0 # via mypy @@ -17,6 +17,8 @@ networkx-stubs==0.0.1 # via -r requirements-type_check.in packaging==24.0 # via pytest +pathspec==0.12.1 + # via mypy pluggy==1.5.0 # via pytest pytest==8.3.5