Skip to content

Commit 5c7dd2c

Browse files
authoredFeb 5, 2025
[Dependabot]: Update mypy requirement from ~=1.13 to ~=1.15
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.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9292540 commit 5c7dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ pytest ~= 8.3
88
pytest-cov ~= 6.0
99

1010
# Static Type Checking
11-
mypy ~= 1.13
11+
mypy ~= 1.15
1212
typing_extensions ~= 4.12
1313
lxml ~= 5.3

0 commit comments

Comments
 (0)