Skip to content

Commit 3ce06c8

Browse files
ci(deps-dev): bump mypy from 1.19.1 to 2.3.0
Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48201f7 commit 3ce06c8

2 files changed

Lines changed: 178 additions & 107 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Changelog = "https://github.com/appium/python-client/blob/master/CHANGELOG.md"
4141
dev = [
4242
"httpretty~=1.1",
4343
"mock~=5.2",
44-
"mypy~=1.17",
44+
"mypy>=1.17,<3.0",
4545
"pre-commit~=4.2",
4646
"pytest~=8.4",
4747
"pytest-cov>=6.2,<8.0",

0 commit comments

Comments
 (0)