summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-01 12:28:56 +0000
committerGitHub <noreply@github.com>2021-03-01 12:28:56 +0000
commitca75d0a55e09ccaa1514d325a846e490ef0af3bc (patch)
treeb769fb08bb2e04a70802c4917c1d1b6b05c69e2f /requirements
parentc76fea1696c0ffe7edff8a36cadd4686cda8cbfb (diff)
downloadclick-ca75d0a55e09ccaa1514d325a846e490ef0af3bc.tar.gz
Bump mypy from 0.800 to 0.812
Bumps [mypy](https://github.com/python/mypy) from 0.800 to 0.812. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.800...v0.812) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.txt2
-rw-r--r--requirements/typing.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 76b6cb4..b26e084 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -44,7 +44,7 @@ markupsafe==1.1.1
# via jinja2
mypy-extensions==0.4.3
# via mypy
-mypy==0.800
+mypy==0.812
# via -r requirements/typing.in
nodeenv==1.5.0
# via pre-commit
diff --git a/requirements/typing.txt b/requirements/typing.txt
index 2530301..2b3f583 100644
--- a/requirements/typing.txt
+++ b/requirements/typing.txt
@@ -6,7 +6,7 @@
#
mypy-extensions==0.4.3
# via mypy
-mypy==0.800
+mypy==0.812
# via -r requirements/typing.in
typed-ast==1.4.2
# via mypy