Skip to content

Commit d6a4085

Browse files
Bump mypy from 1.4.0 to 1.4.1 (#712)
* Bump mypy from 1.4.0 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1. - [Commits](python/mypy@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent 140723c commit d6a4085

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.4.0 # update pyproject.toml as well
1+
mypy==1.4.1 # 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.4.0; python_version >= "3.7"', # update mypy-requirements as well
6+
'mypy==1.4.1; 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)