Skip to content

Commit 1ea2016

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 1.3.0 to 1.4.0
Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0. - [Commits](python/mypy@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93040e8 commit 1ea2016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.3.0 # update pyproject.toml as well
1+
mypy==1.4.0 # update pyproject.toml as well
22
black>=19.10b0
33
types-pkg_resources
44
types-requests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools>=45",
44
"setuptools_scm[toml]>=6.2",
55
'mypy==0.971; python_version == "3.6"', # last version for Python 3.6
6-
'mypy==1.3.0; python_version >= "3.7"', # update mypy-requirements as well
6+
'mypy==1.4.0; python_version >= "3.7"', # update mypy-requirements as well
77
"black>=19.10b0",
88
"types-pkg_resources",
99
"types-requests",

0 commit comments

Comments
 (0)