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 Apr 17, 2024
1 parent 0572247 commit 5490f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ darglint = "^1.8.1"
build = "^1.2.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.1.0"
Expand Down

0 comments on commit 5490f46

Please sign in to comment.