summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-01 08:05:57 +0000
committerGitHub <noreply@github.com>2022-01-01 08:05:57 +0000
commit80567362a7c601699877f7a46ae06c3265c2d8a5 (patch)
treee9122c3f5bca1e3e68e5136faec6b214eb4473dc
parent233527d38bfe35b5c28a11a580555b6e8dda34c3 (diff)
downloaditsdangerous-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 c2aa022..766487c 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -42,7 +42,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
@@ -117,12 +117,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