From 063d0682ea230443bb41af0e289ca11ef9860192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:51:22 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.11.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11) --- 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 b85a093..674b923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ docs = [ "sphinx_mdinclude==0.6.0", ] dev = [ - "mypy==1.10.0", + "mypy==1.11.0", "pytest==8.2.0", "pytest-cov==5.0.0", "respx==0.21.0",