Skip to content

Commit

Permalink
⬆️ Update mypy requirement from ~=1.1 to ~=1.2
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.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v1.1.1...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cowofevil committed Apr 25, 2023
1 parent f9ea2e0 commit 46a5aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black~=23.1
coverage[toml]~=7.2
flake8~=6.0
ipython~=8.11
mypy~=1.1
mypy~=1.2
pytest~=7.2
pytest-cov~=4.0
pre-commit~=3.2
Expand Down

0 comments on commit 46a5aeb

Please sign in to comment.