From 8a5fb0b1c99706dd60e2659ef4f088a915d30a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:31:06 -0600 Subject: [PATCH] Update mypy requirement from ~0 to ~1 (#54) Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v0.1.0...v1.4.1) --- 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12b665c..ee2f67f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = "~22" flake8 = "~4" isort = "~5" mkdocs-material = "~8" -mypy = "~0" +mypy = "~1" pytest = "~7" pytest-cov = "~3" types-setuptools = "^57.4.17"