Skip to content

Commit 9d96479

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@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a4d975 commit 9d96479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/serialization/multipart/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
yapf>=0.43.0,<0.44.0
55
isort>=8.0.1,<9.0.0
66
pylint>=4.0.6,<5.0.0
7-
mypy>=2.2.0,<3.0.0
7+
mypy>=2.3.0,<3.0.0
88
pytest>=9.1.1,<10.0.0
99
pytest-asyncio>=1.4.0,<1.5

0 commit comments

Comments
 (0)