From 98759b348a9d70486e6c14960e661137d1bc5e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:26:19 -0400 Subject: [PATCH] Update mypy requirement from <1.0,>=0.910 to >=0.910,<2.0 (#282) Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index dcd112e..5dd2a55 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ flake8-cognitive-complexity>=0.1.0,<1.0 flake8>=4.0,<7.0 hypothesis>=6.14.1,<7.0 ipython>7.0,<9.0 -mypy>=0.910,<1.0 +mypy>=0.910,<2.0 pylint>=2.9.6,<3.0 pytest-benchmark>=3.4.1,<5.0 pytest-cov>=2.12.1,<5.0