Skip to content

Commit

Permalink
[Dependabot]: Update mypy requirement from ~=1.11 to ~=1.12
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.11...v1.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 0325322 commit 553739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest ~= 8.3
pytest-cov ~= 5.0

# Static Type Checking
mypy ~= 1.11
mypy ~= 1.12
typing_extensions ~= 4.12
lxml ~= 5.3

0 comments on commit 553739d

Please sign in to comment.