From 608d2308ca63a1c30064cc32ebbc6a2143d4eb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 10:17:37 +0100 Subject: [PATCH] build(deps-dev): update mypy requirement from ^0.941 to ^0.942 (#135) 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.941...v0.942) --- 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 c0e83f5..c986e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ flake8-docstrings = "^1.6.0" flake8-isort = "^4.1.1" httpx = "^0.22.0" isort = "^5.8.0" -mypy = "^0.941" +mypy = "^0.942" py-moneyed = ">=0.8" pytest = "^7.0" pytest-cov = "^3.0.0"