Skip to content

Commit 1c8e17c

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 1.4.1 to 1.5.0
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.0. - [Commits](python/mypy@v1.4.1...v1.5.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 14be065 commit 1c8e17c

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.1 # update pyproject.toml as well
1+
mypy==1.5.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
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=45",
44
"setuptools_scm[toml]>=6.2",
5-
'mypy==1.4.1', # update mypy-requirements as well
5+
'mypy==1.5.0', # update mypy-requirements as well
66
"black>=19.10b0",
77
"types-pkg_resources",
88
"types-requests",

0 commit comments

Comments
 (0)