From 43a553daa2d1c62cf86af62636127a0e4f5840fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:44:15 +0200 Subject: [PATCH] Bump mypy from 1.5.0 to 1.5.1 (#227) Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.5.1. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... 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 17ce0026..5c59785c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ test = [ "black==23.9.1", "codespell==2.2.5", - "mypy==1.5.0", + "mypy==1.5.1", "ruff==0.0.291", "pytest==7.4.0", "pytest-asyncio==0.21.1",