Skip to content

Commit

Permalink
⬆️ Update mypy requirement (#586)
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.4.1...v1.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 1c9d5d4 commit 5805f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "setuptools-scm", "mypy>=1.4.1,<=1.14.0"]
requires = ["setuptools", "setuptools-scm", "mypy>=1.4.1,<=1.14.1"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 5805f55

Please sign in to comment.