Skip to content

Commit

Permalink
Bump mypy from v1.7.1 to 1.8.0 (#1059)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from v1.7.1 to 1.8.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 05befb7 commit 48585a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"mypy==v0.910 ; python_version<'3.6'",
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
"mypy==v1.7.1 ; python_version>='3.8'",
"mypy==v1.8.0 ; python_version>='3.8'",
# Docs.
"Sphinx==7.2.5 ; python_version>='3.9'",
"sphinx-autobuild==2021.3.14 ; python_version>='3.9'",
Expand Down

0 comments on commit 48585a6

Please sign in to comment.