Skip to content

Commit e30ddfd

Browse files
dependabot[bot]epmog
authored andcommitted
chore(deps): update mypy requirement from ==2.2.* to ==2.3.*
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.2.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>
1 parent 186609e commit e30ddfd

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
@@ -7,6 +7,6 @@ pytest-xdist == 3.8.*
77
types-PyYAML == 6.*
88
black == 26.*; python_version >= "3.10"
99
black == 25.*; python_version < "3.10"
10-
mypy == 2.2.*; python_version >= "3.10"
10+
mypy == 2.3.*; python_version >= "3.10"
1111
mypy == 1.19.*; python_version < "3.10"
1212
ruff == 0.15.*

0 commit comments

Comments
 (0)