From 44446425c672a3c4699d411a49fdffc0c94bd79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 06:20:19 +0000 Subject: [PATCH] Bump mypy from 1.11.0 to 1.11.1 Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ba8e8d2..3be814f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ "python-dotenv==1.0.1", ] tools = ["pyperclip==1.9.0"] - type = ["mypy==1.11.0"] + type = ["mypy==1.11.1"] [tool.pytest.ini_options]