From db3ca8be6d90de90666b54dada03af052f95a96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:24:32 +0000 Subject: [PATCH] Bump mypy from 1.13.0 to 1.14.0 (#939) Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7b052020..392faeac 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.13.0 - # via -r requirements-type_check.in +mypy==1.14.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