Skip to content

Commit

Permalink
Bump mypy from v1.8.0 to 1.9.0 (#1117)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from v1.8.0 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.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 Apr 1, 2024
1 parent 3466843 commit 712dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -80,7 +80,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.8.0 ; python_version>='3.8'",
"mypy==v1.9.0 ; python_version>='3.8'",
# Docs.
"Sphinx==7.2.5 ; python_version>='3.9'",
"sphinx-autobuild==2024.2.4 ; python_version>='3.9'",
Expand Down

0 comments on commit 712dbad

Please sign in to comment.