Skip to content

Commit

Permalink
⬆️ update mypy-extensions requirement from ^0.4.3 to ^1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy-extensions](https://github.com/python/mypy_extensions) to permit the latest version.
- [Commits](python/mypy_extensions@0.4.3...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent eae644d commit 2a05d48
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 @@ -43,7 +43,7 @@ black = {version = "^23.10", allow-prereleases = true}
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.10.1"}
mypy = "^1.0"
mypy-extensions = "^0.4.3"
mypy-extensions = "^1.0.0"
pre-commit = "^3.5.0"
pydocstyle = "^6.1.1"
pylint = "^3.0.2"
Expand Down

0 comments on commit 2a05d48

Please sign in to comment.