Skip to content

Commit

Permalink
⬆️ Bump mypy from 1.7.1 to 1.8.0 (#404)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.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:production
  update-type: version-update:semver-minor
...

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 2, 2024
1 parent 7d9f1f6 commit cebc5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# in the meantime we migrate to pyproject.toml
# this represent the minimum requirement to build (for the optional speedup)
mypy==1.7.1; python_version >= '3.8'
mypy==1.8.0; python_version >= '3.8'
mypy==1.4.1; python_version < '3.8'
build==0.10.0
wheel==0.42.0
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build==0.10.0
wheel==0.42.0

black==23.3.0
mypy==1.7.1; python_version >= '3.8'
mypy==1.8.0; python_version >= '3.8'
mypy==1.4.1; python_version < '3.8'
Flask==2.2.3
pytest==7.4.4
Expand Down

0 comments on commit cebc5b6

Please sign in to comment.