Skip to content

Commit

Permalink
Update mypy requirement from ~=1.5 to ~=1.6
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.
- [Commits](python/mypy@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 9bfade4 commit 5e50740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
sphinx = "~=7.2"
mypy = "~=1.5"
mypy = "~=1.6"
yapf = "~=0.40"
twine = "*"
matplotlib = "*"
Expand Down

0 comments on commit 5e50740

Please sign in to comment.