From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 09:54:32 +0000 (+0000) Subject: build(deps-dev): bump mypy from 1.3.0 to 1.4.1 in /Tools/clinic (#106305) X-Git-Tag: v3.13.0a1~1578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c336b4c14fea17763ee0d3acbb8e9155beb617e0;p=thirdparty%2FPython%2Fcpython.git build(deps-dev): bump mypy from 1.3.0 to 1.4.1 in /Tools/clinic (#106305) Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/Tools/clinic/requirements-dev.txt b/Tools/clinic/requirements-dev.txt index 154934003c31..e9529f3527e9 100644 --- a/Tools/clinic/requirements-dev.txt +++ b/Tools/clinic/requirements-dev.txt @@ -1,2 +1,2 @@ # Requirements file for external linters and checks we run on Tools/clinic/ in CI -mypy==1.3.0 +mypy==1.4.1