From 63d00c52c954687849496b9f02eedaf99ee47135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:49:20 +0000 Subject: [PATCH] Bump mypy from 1.11.0 to 1.11.1 in /results-processor Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- results-processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results-processor/requirements.txt b/results-processor/requirements.txt index 9c76a1736e..92ea16f17e 100644 --- a/results-processor/requirements.txt +++ b/results-processor/requirements.txt @@ -70,7 +70,7 @@ markupsafe==2.1.2 # werkzeug mccabe==0.7.0 # via flake8 -mypy==1.11.0 +mypy==1.11.1 # via -r requirements.in mypy-extensions==1.0.0 # via mypy