Skip to content

Commit

Permalink
Update mypy requirement from <=1.11.2 to <=1.12.0 in /server (#335)
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@v0.1.0...v1.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent c6a7337 commit 38fcd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pep8
pytest
flake8
nose
mypy<=1.11.2
mypy<=1.12.0
httmock==1.4.0
wooper==0.4.4
requests_mock
Expand Down

0 comments on commit 38fcd39

Please sign in to comment.