From ae3375670145686b060da677f2fadfcb9434dea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 02:50:19 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- secretscanning/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secretscanning/dev-requirements.txt b/secretscanning/dev-requirements.txt index 7cb9468..fa15c03 100644 --- a/secretscanning/dev-requirements.txt +++ b/secretscanning/dev-requirements.txt @@ -1,5 +1,5 @@ flake8==7.0.0 bandit==1.7.8 -mypy==1.9.0 +mypy==1.17.1 yapf==0.43.0 ruff==0.3.4