From 65d88d15b23d88f4f361bf32b451059b52b73571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 23:32:24 +0000 Subject: [PATCH] fix:(deps-dev): update mypy requirement 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.971...v0.982) --- 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 b5df025c..32f6e296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pre-commit = ">=2.20.0, <2.20.2" pytest-cov = ">=3.0.0,<4.0.1" flake8 = ">=5.0.0, <5.0.6" docformatter = ">=1.5.0, <1.5.2" -mypy = ">=0.971,<0.982" +mypy = ">=0.971,<0.983" pytest-xdist = ">=2.4.0, <2.5.2" protobuf = "3.19.4" # Other versions give errors with pytest, super weird!