From 0c5bb5684384a43a4ebca597dd5c1bd34c85b0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 06:50:02 +0000 Subject: [PATCH] Bump mypy from 1.5.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 79eedb33..43db9058 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -6,7 +6,7 @@ # iniconfig==2.0.0 # via pytest -mypy==1.5.1 +mypy==1.8.0 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy