Skip to content

Commit 1287c1d

Browse files
[Dependabot]: Update mypy requirement from ~=1.19 to ~=1.20
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.19.0...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf2cc0a commit 1287c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/typing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ../../requirements.txt
22

33
# Static Type Checking
4-
mypy[reports] ~= 1.19
4+
mypy[reports] ~= 1.20
55
typing_extensions ~= 4.15
66
lxml >= 5.4, <7.0

0 commit comments

Comments
 (0)