Skip to content

Commit 8ca740c

Browse files
Bump mypy from 1.20.0 to 2.1.0
Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf3ee20 commit 8ca740c

2 files changed

Lines changed: 117 additions & 73 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ testing = [
194194
typing = [
195195
"lxml>=6.1.0",
196196
# lxml = { version = ">=4.9", allow-prereleases = false } # mypy coverage-report
197-
"mypy>=1.14",
197+
"mypy>=2.1.0",
198198
"ty>=0.0.33",
199199
"typeguard>=2.13",
200200
"types-python-dateutil>=2.9.0.20260408",

0 commit comments

Comments
 (0)