From cd360ea23cdf9e4376701503a319c165417d4b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:26:17 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.0 to 1.12.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.12.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 8f39fcf85..901ba1359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ dev = [ "pycodestyle==2.12.1", "black==24.8.0", "isort==5.13.2", - "mypy==1.10.0", + "mypy==1.12.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 427e6d313..ad9da7b04 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.10.0 +mypy==1.12.0 networkx==3.1 nodeenv==1.9.1 packaging==24.1