From a3e42bb1b714ffebc8b59dc1588ae342b1be2fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:14:11 +0000 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- 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 4b230b339..993ec1f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ "coverage==7.2.7", "flake8-docstrings==1.7.0", "flake8==6.0.0", - "mypy==1.3.0", + "mypy==1.4.1", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", "pytest==7.3.1",