Skip to content

Commit

Permalink
Update mypy requirement in /tools in the python-packages group
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.

Updates `mypy` to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent ab13afc commit d76d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Jinja2~=3.1.5
MarkupSafe==3.0.2
requests~=2.32.3
mypy~=1.14
mypy~=1.15
black~=25.1.0
isort~=6.0.0
flake8~=7.1.1
Expand Down

0 comments on commit d76d2b0

Please sign in to comment.