Skip to content

Commit

Permalink
Bump mypy from 1.13.0 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 35f59e8 commit d78d812
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
Expand Up @@ -44,7 +44,7 @@ Documentation = "https://piqtree.readthedocs.io"
dev = ["cibuildwheel", "pybind11", "scriv", "piqtree[test]", "piqtree[lint]", "piqtree[typing]"]
test = ["pytest", "pytest-cov", "nox"]
lint = ["ruff==0.8.3"]
typing = ["mypy==1.13.0", "piqtree[stubs]", "piqtree[test]"]
typing = ["mypy==1.14.0", "piqtree[stubs]", "piqtree[test]"]
stubs = ["types-PyYAML", "types-requests"]
extra = ["cogent3[extra]"]
doc = [
Expand Down

0 comments on commit d78d812

Please sign in to comment.