Skip to content

Commit

Permalink
⬆️ Update mypy requirement from ~=1.0 to ~=1.1
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.0.0...v1.1.1)

---
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 Mar 14, 2023
1 parent 9b3fc95 commit ad7e49b
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.0
mypy~=1.1
pytest~=7.2
pytest-cov~=4.0
pre-commit~=3.1
Expand Down

0 comments on commit ad7e49b

Please sign in to comment.