From fc6b77498a6a698c92c1efc7dd64e7ef17161331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:34:45 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.0 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11.2) --- 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 850b5a087..76eba458a 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.11.2", # type stubs for mypy "types-PyYAML==6.0.10", "types-tabulate==0.9.0.20240106", diff --git a/requirements.txt b/requirements.txt index ea8ea2d01..6f3eaca50 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.11.2 networkx==3.1 nodeenv==1.9.1 packaging==24.1