Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix:(deps-dev): update mypy requirement from ^0.982 to ^0.990
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@v0.982...v0.990)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2022
1 parent bce509c commit 4c8b61f
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 @@ -36,7 +36,7 @@ pytest-cov = ">=3.0.0,<4.0.1"
black = ">=22.3.0,<22.11.0"
flake8 = ">=4.0.1,<4.1.0"
pytest-xdist = "^3.0.2"
mypy = "^0.982"
mypy = "^0.990"
setuptools = ">=65.3.0,<65.6.0"
pylint = "^2.15.5"

Expand Down

0 comments on commit 4c8b61f

Please sign in to comment.