summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-01 08:05:15 +0000
committerGitHub <noreply@github.com>2022-01-01 08:05:15 +0000
commit61b879593aacd1444cef53f1e49443782fa67db2 (patch)
tree039b1d4439d0cd9c007fad67541f9e9c8992a27f
parent7abfc64c3117c139ff4e430c590187067e8f3115 (diff)
downloadmarkupsafe-dependabot/pip/mypy-0.930.tar.gz
Bump mypy from 0.910 to 0.930dependabot/pip/mypy-0.930
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.930. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.930) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements/dev.txt7
-rw-r--r--requirements/typing.txt4
2 files changed, 6 insertions, 5 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 392f7a4..94389c0 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -40,7 +40,7 @@ jinja2==3.0.2
# via sphinx
markupsafe==2.0.1
# via jinja2
-mypy==0.910
+mypy==0.930
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
@@ -112,12 +112,13 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
toml==0.10.2
# via
- # mypy
# pre-commit
# pytest
# tox
tomli==1.2.2
- # via pep517
+ # via
+ # mypy
+ # pep517
tox==3.24.4
# via -r requirements/dev.in
typing-extensions==3.10.0.2
diff --git a/requirements/typing.txt b/requirements/typing.txt
index 7a3e613..5280cad 100644
--- a/requirements/typing.txt
+++ b/requirements/typing.txt
@@ -4,11 +4,11 @@
#
# pip-compile requirements/typing.in
#
-mypy==0.910
+mypy==0.930
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
-toml==0.10.2
+tomli==2.0.0
# via mypy
typing-extensions==3.10.0.2
# via mypy