Skip to content

Commit 3938b5d

Browse files
chore(deps): update mypy requirement from ==1.* to ==2.* (#448)
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.0.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
1 parent 3d2a280 commit 3938b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black == 26.*
22
coverage[toml] == 7.*
3-
mypy == 1.*
3+
mypy == 2.*
44
pytest == 9.*
55
pytest-cov == 7.*
66
pytest-xdist == 3.*

0 commit comments

Comments
 (0)