From a175e3e42b82c7600d63aeb1529e98e58e1e2e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:11:45 +0000 Subject: [PATCH] Bump mypy from 1.17.0 to 1.17.1 in /results-processor Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 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 3a05902b73..79f8b6310a 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.17.0 +mypy==1.17.1 # via -r requirements.in mypy-extensions==1.0.0 # via mypy