Skip to content

Commit

Permalink
Bump mypy from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0.
- [Commits](python/mypy@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mr-c committed May 11, 2023
1 parent 2aa9e85 commit c446c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==1.2.0
mypy==1.3.0 # update pyproject.toml as well
black>=19.10b0
types-pkg_resources
types-requests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
'mypy==0.971; python_version == "3.6"', # last version for Python 3.6
'mypy==1.0.0; python_version >= "3.7"',
'mypy==1.3.0; python_version >= "3.7"', # update mypy-requirements as well
"black>=19.10b0",
"types-pkg_resources",
"types-requests",
Expand Down

0 comments on commit c446c4f

Please sign in to comment.