Skip to content

Commit 6271446

Browse files
Update mypy requirement from ~=1.15 to ~=1.16 (#1111)
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.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b6ab4b commit 6271446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_bot/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest~=8.3
22
pytest-timeout~=2.4
33
ruff~=0.11
4-
mypy~=1.15
4+
mypy~=1.16
55
types-requests~=2.32
66
types-PyYAML~=6.0

0 commit comments

Comments
 (0)