summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-15 09:17:48 +0000
committerGitHub <noreply@github.com>2023-05-15 09:17:48 +0000
commit35bf0916d913b83cf1883b76e67ad8b1c9a25bbe (patch)
treeef3fdf128365b03647c5a561d86a7d6c36c16580
parent3cba61f111db9b5e8ef35632915309f81fff8c6c (diff)
downloadcpython-git-35bf0916d913b83cf1883b76e67ad8b1c9a25bbe.tar.gz
Bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic (#104501)
build(deps-dev): bump mypy from 1.2.0 to 1.3.0 in /Tools/clinic Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0. - [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Tools/clinic/requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/clinic/requirements-dev.txt b/Tools/clinic/requirements-dev.txt
index 7e0aa37a46..154934003c 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.2.0
+mypy==1.3.0