From dfd3f4d163913d339ef3d990ba0c4f7979dfba7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:28:11 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.17.0 to 1.17.1 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 16ade181d..007615d60 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -4,18 +4,16 @@ # # pip-compile '.\dev_requirements\requirements-type_check.in' # -colorama==0.4.6 - # via pytest iniconfig==2.1.0 # via pytest -mypy==1.17.0 +mypy==1.17.1 # via -r requirements-type_check.in mypy-extensions==1.1.0 # via mypy networkx==3.5 # via networkx-stubs networkx-stubs==0.0.1 - # via -r .\dev_requirements\requirements-type_check.in + # via -r requirements-type_check.in packaging==25.0 # via pytest pathspec==0.12.1 @@ -25,9 +23,9 @@ pluggy==1.6.0 pygments==2.19.2 # via pytest pytest==8.4.1 - # via -r .\dev_requirements\requirements-type_check.in + # via -r requirements-type_check.in types-requests==2.32.4.20250611 - # via -r .\dev_requirements\requirements-type_check.in + # via -r requirements-type_check.in typing-extensions==4.14.1 # via mypy urllib3==2.5.0