From f850b83cae7c0020c7df7d7e8b7ca22d8be7d74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:19:26 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 in /tests/feature_tests Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/feature_tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index b59abdafa8..0ba6437515 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -25,7 +25,7 @@ optional-dependencies.dev = [ optional-dependencies.tools = [ "bandit==1.7.9", "fixit==2.1.0", - "mypy==1.10.0", + "mypy==1.10.1", "pip-audit==2.7.3", "pyproject-fmt==2.1.3", "ruff==0.4.10",