Skip to content

Commit

Permalink
[Dependabot]: Update mypy requirement from ~=1.13 to ~=1.14
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.13.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent f1afd31 commit 245e782
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 ~= 6.0

# Static Type Checking
mypy ~= 1.13
mypy ~= 1.14
typing_extensions ~= 4.12
lxml ~= 5.3

0 comments on commit 245e782

Please sign in to comment.