From 3468690bd1951e29e0a03687da0991df5ed01a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:06:28 +0000 Subject: [PATCH] Bump mypy from 1.7.1 to 1.8.0 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/typecheck.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 5d31be0..103975b 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -1,3 +1,3 @@ -mypy==1.7.1 +mypy==1.8.0 types-tabulate==0.9.0.3 types-termcolor==1.1.6.2