summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-01 12:32:55 +0000
committerGitHub <noreply@github.com>2021-03-01 12:32:55 +0000
commit5ddf97c93ec6113a013afce37944396e1c6565fe (patch)
tree1b12b3fe9843c2735531ca1fe5d2aca2c9b41456 /requirements
parent52528d172f74469193d2339ca7e2e219acad0b24 (diff)
downloadmarkupsafe-5ddf97c93ec6113a013afce37944396e1c6565fe.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 62ad677..79a6421 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -42,7 +42,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