Skip to content

Commit 57c8eef

Browse files
[Dependabot]: Update mypy requirement from ~=1.13 to ~=1.14
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]>
1 parent a3587b1 commit 57c8eef

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.14
1212
typing_extensions ~= 4.12
1313
lxml ~= 5.3

0 commit comments

Comments
 (0)