deps(deps-dev): update mypy requirement from <1.12,>=1.7 to >=1.7,<2.4 - #15
deps(deps-dev): update mypy requirement from <1.12,>=1.7 to >=1.7,<2.4#15dependabot[bot] wants to merge 1 commit into
Conversation
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.7.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>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
关闭原因: 违反 Hard Constraint。 PyCC2 项目硬约束要求 mypy 版本必须固定上限 <1.12,以防止新版本引入新检查破坏构建:
此 PR 将版本约束从 <1.12 放宽到 <2.4,会导致 mypy 2.x 新检查破坏构建。 dependabot.yml 已配置忽略 mypy patch/minor 更新,但此 PR 是 major 版本约束更新,未被覆盖。将更新 dependabot.yml 配置以完全阻止 mypy 自动更新。 |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
PR #15 (deps(deps-dev): update mypy requirement from <1.12,>=1.7 to >=1.7,<2.4) was auto-generated by dependabot despite ignore rules for patch/minor. The ignore rules did not cover major version updates (1.x → 2.x). Root cause: dependabot.yml only ignored patch/minor updates for mypy, but PR #15 was a major version constraint relaxation, which bypassed the ignore rules. Fix: add version-update:semver-major to mypy ignore rules to completely block automatic mypy updates. This enforces the Hard Constraint: 'mypy version must be pinned with an upper limit (<1.12) to avoid new checks from breaking builds'. Future mypy upgrades require manual review and explicit decision. Verification: grep mypy .github/dependabot.yml shows 3 update-types (patch/minor/major) all ignored. Files: 1 changed
Updates the requirements on mypy to permit the latest version.
Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
8aabf84Drop +dev from version4d8ad2aUpdate changelog for 2.3 release (#21728)2c21546[mypyc] Update documentation of race conditions under free threading (#21726)a9f62a3[mypyc] Make attribute access memory safe on free-threaded builds (#21705)0faa413UsePYODIDEenvironment variable for Emscripten cross-compilation detection...3d75cdb[mypyc] Borrow final attributes more aggressively (#21702)24c237d[mypyc] Improve documentation of Final (#21713)b5be217[mypyc] Update free threading Python compatibility docs (#21711)cbcb51aNarrow for frozendict membership check (#21709)af2bc0fSync typeshed (#21707)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)