Skip to content

Commit

Permalink
Update mypy requirement from ~=1.0 to ~=1.10 in /package (#1990)
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.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.0.0...v1.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent cf8c4d5 commit af9c147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ boto3~=1.34
flake8~=7.0
isort~=5.11
matplotlib~=3.5
mypy~=1.0
mypy~=1.10
moto~=5.0.9
psutil==5.9.6 # same as Kedro for now
pylint~=3.0
Expand Down

0 comments on commit af9c147

Please sign in to comment.