Skip to content

Commit 772cb1d

Browse files
chore(deps): update mypy requirement from >=1.8.0 to >=1.20.1
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.8.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c50725 commit 772cb1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
"pytest-asyncio>=0.23.0",
4747
"pytest-cov>=4.1.0",
4848
"ruff>=0.2.0",
49-
"mypy>=1.8.0",
49+
"mypy>=1.20.1",
5050
"testcontainers>=3.7.0",
5151
"respx>=0.20.2",
5252
]

0 commit comments

Comments
 (0)