-
Notifications
You must be signed in to change notification settings - Fork 1
build(deps): Bump mypy from 1.17.0 to 1.19.0 #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot merge
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
|
Sorry, only users with push access can use that command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is a dependency-only bump (mypy 1.17.0 -> 1.19.0). Codacy reports the repository remains up to standards. Nothing in the diff introduces code; primary risks are changes in mypy behavior or runtime requirements (mypy 1.19 adds librt dependency and drops Python 3.9 support in future releases). These are not merge blockers but should be verified in CI.
About this PR
- Run the repository's type-checking CI job and ensure mypy passes with the new version. If your CI pins mypy separately from requirements.txt, update that pin too.
- If your project relies on mypy fixed-format cache or runs mypy in environments without librt, ensure the environment can install the librt PyPI package or avoid enabling --fixed-format-cache until the dependency is available.
- PR description contains the mypy changelog; good. Add a short note about whether CI/type-check runs are expected to change and whether the project supports Python versions compatible with mypy 1.19 (mypy no longer supports running under Python 3.9 in future releases and 1.19 adds a new librt dependency used for fixed-format cache).
💡 Codacy uses AI. Check for mistakes.
| @@ -1,4 +1,4 @@ | |||
| mypy==1.17.0 | |||
| mypy==1.19.0 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Suggestion
Bumped mypy from 1.17.0 to 1.19.0 in requirements.txt. Verify CI and local developer environments install the new mypy and that type-checking output remains acceptable. No code change here, but this can change type-checker errors/warnings across the codebase.
🟡 Medium risk
Bumps mypy from 1.17.0 to 1.19.0.
Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
0f068c9Remove +dev6d5cf52Various updates to 1.19 changelog (#20304)3c81308Add draft version of 1.19 release notes (#20296)1999a20[mypyc] librt base64: use existing SIMD CPU dispatch by customizing build fla...1b94fbb[mypyc] Fix vtable pointer with inherited dunder new (#20302)13369cb[mypyc] Fix crash on super in generator (#20291)a087a58Update import map when new modules added (#20271)35e843c[mypyc] Add efficient librt.base64.b64decode (#20263)094f66d[mypyc] Add repr to AssignmentTarget subclasses (#20258)0738db3Do not push partial types to the binder (#20202)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)