From 754c03a22d25d3e14bfc3d285660d23d6db520d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:36:55 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.10.0 to 1.10.1 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] --- requirements-qa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-qa.txt b/requirements-qa.txt index 36aa108..f1e8bf2 100644 --- a/requirements-qa.txt +++ b/requirements-qa.txt @@ -1,3 +1,3 @@ black==24.4.2 -mypy==1.10.0 +mypy==1.10.1 prospector==1.10.3