Skip to content

Commit

Permalink
Update mypy requirement from ==1.9.* to ==1.10.* in /pipeline/aws_infra
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@1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent b9f4d44 commit 18f36d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/aws_infra/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flake8==7.0.*
mypy==1.9.*
mypy==1.10.*
pytest==8.2.*

0 comments on commit 18f36d1

Please sign in to comment.