From 5a32fb8f5a19280fe8e7372a1a03a521a8df8354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:41:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=201.1.1=20to=201?= =?UTF-8?q?.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.5.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 1184d36..a6b4369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "responses ==0.23.1" ] dev = [ - "mypy ==1.1.1", + "mypy ==1.5.1", "ruff ==0.0.261", "black ==23.3.0", "isort >=5.0.6,<6.0.0",