From c3f0dffd11147f25d28b6f901c1c703e7f04ea25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:57:48 +0000 Subject: [PATCH] Bump mypy from 0.982 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.2.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 cb925c4..77404a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ wheel==0.37.1 pytest==7.1.3 pytest-cov==4.0.0 flake8==5.0.4 -mypy==0.982 +mypy==1.2.0 types-markdown==3.4.2.1