From 4c8b61f345ac555a4f69e162c45284cd0359d030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 00:32:03 +0000 Subject: [PATCH] fix:(deps-dev): update mypy requirement from ^0.982 to ^0.990 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.982...v0.990) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d96fbe5..1540e38f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-cov = ">=3.0.0,<4.0.1" black = ">=22.3.0,<22.11.0" flake8 = ">=4.0.1,<4.1.0" pytest-xdist = "^3.0.2" -mypy = "^0.982" +mypy = "^0.990" setuptools = ">=65.3.0,<65.6.0" pylint = "^2.15.5"