From 345bdd53e6c7db85b4c77ce7c25dac864fe213d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:52:35 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.11.0 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.2) --- 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 1346d44..782ca28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ test = [ "pytest-cov==5.0.0", "pre-commit==3.8.0", "pytest-docker==3.1.1", - "mypy==1.11.0", + "mypy==1.11.2", "black==24.8.0", "flake8==7.1.0", "build==1.2.1",