Skip to content

Commit aa2bc25

Browse files
chore(deps-dev): update mypy requirement
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.11.2...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 125c217 commit aa2bc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/authentication/azure/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
yapf>=0.43.0,<0.44.0
44
isort>=5.13.2,<9.0.0
55
pylint>=3.2.7,<5.0.0
6-
mypy>=1.11.2,<3.0.0
6+
mypy>=2.1.0,<3.0.0
77
pytest>=8.3.2,<10.0.0
88
pytest-asyncio>=0.24,<1.5
99
pytest-mock>=3.14.0,<4.0.0

0 commit comments

Comments
 (0)