From 2677536998978607650196ef8488f849ca5b53ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 17:07:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=201.0.1=20to=201?= =?UTF-8?q?.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v1.0.1...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25e65b8..20bcd9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Source = "https://github.com/boardpack/filterify" test = [ "pytest ==7.2.1", "pytest-cov ==4.0.0", - "mypy ==1.0.1", + "mypy ==1.3.0", "flake8 ==6.0.0", "black ==23.1.0", "isort ==5.12.0",