From 3a1f5965cf13175eb9c9a713ac8e9d810487a323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:51:19 +0000 Subject: [PATCH] Bump mypy from 1.14.1 to 1.15.0 Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 8ad477cec..529874a50 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -7,22 +7,22 @@ # iniconfig==2.0.0 # via pytest -mypy==1.14.1 - # via -r requirements-type_check.in +mypy==1.15.0 + # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy networkx==3.4.2 # via networkx-stubs networkx-stubs==0.0.1 - # via -r requirements-type_check.in + # via -r dev_requirements/requirements-type_check.in packaging==24.0 # via pytest pluggy==1.5.0 # via pytest pytest==8.3.4 - # via -r requirements-type_check.in + # via -r dev_requirements/requirements-type_check.in types-requests==2.32.0.20241016 - # via -r requirements-type_check.in + # via -r dev_requirements/requirements-type_check.in typing-extensions==4.11.0 # via mypy urllib3==2.2.2