From 501e28f7ec4b5988a5470369c1ca1c9d67b7f964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:53:04 +0000 Subject: [PATCH] build(deps): bump mypy from 1.13.0 to 1.14.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b61995e1f..7df52f5ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dev = [ "pycodestyle==2.12.1", "black==24.10.0", "isort==5.13.2", - "mypy==1.13.0", + "mypy==1.14.0", # type stubs for mypy "types-PyYAML==6.0.10", "types-tabulate==0.9.0.20240106", diff --git a/requirements.txt b/requirements.txt index e4241e14b..de40d616c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ log-symbols==0.0.14 markdown-it-py==3.0.0 mdurl==0.1.2 msgpack==1.0.8 -mypy==1.13.0 +mypy==1.14.0 networkx==3.4.2 nodeenv==1.9.1 packaging==24.2