Skip to content

Commit b13a5de

Browse files
[Dependabot]: Update mypy[reports] requirement from ~=1.18 to ~=1.19
Updates the requirements on [mypy[reports]](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy[reports] dependency-version: 1.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5bbcdc commit b13a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ pytest ~= 9.0
88
pytest-cov ~= 7.0
99

1010
# Static Type Checking
11-
mypy[reports] ~= 1.18
11+
mypy[reports] ~= 1.19
1212
typing_extensions ~= 4.15
1313
lxml >= 5.4, <7.0

0 commit comments

Comments
 (0)