Skip to content

Commit b42405c

Browse files
chore(deps): update mypy requirement from ==2.1.* to ==2.3.* (#273)
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@v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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>
1 parent 8ffb2ed commit b42405c

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
@@ -8,7 +8,7 @@ pytest-xdist == 3.8.*
88
black == 26.*; python_version >= '3.10'
99
black == 25.*; python_version < '3.10'
1010
ruff == 0.15.*
11-
mypy == 2.1.*; python_version >= '3.10'
11+
mypy == 2.3.*; python_version >= '3.10'
1212
mypy == 1.19.*; python_version < '3.10'
1313
psutil == 7.2.*
1414
types-PyYAML ~= 6.0

0 commit comments

Comments
 (0)