From ae73dd228af876c484e34c8c3a0f6f45281cbf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 06:38:04 +0000 Subject: [PATCH] Bump mypy from 0.991 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 349a558..9c0667f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ flake8==5.0.4 -mypy==0.991 +mypy==1.8.0 pylint==2.15.10 pytest==7.2.1 pytest-watch==4.2.0