From 80e4ed53f1669403d3c92e2fb2a6ea2f6ffc60a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:58:18 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/python-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/python-dev.txt b/requirements/python-dev.txt index 4b0733b..44f0140 100644 --- a/requirements/python-dev.txt +++ b/requirements/python-dev.txt @@ -1,6 +1,6 @@ -r python-base.txt -mypy==1.11.2 +mypy==1.13.0 pre-commit==3.8.0 pytest==8.3.2 pytest-asyncio==0.24.0