Skip to content

Bump mypy from 1.20.1 to 1.20.2#123

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/mypy-1.20.2
May 12, 2026
Merged

Bump mypy from 1.20.1 to 1.20.2#123
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/mypy-1.20.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps mypy from 1.20.1 to 1.20.2.

Changelog

Sourced from mypy's changelog.

Mypy 1.20.1

  • Always disable sync in SQLite cache (Ivan Levkivskyi, PR 21184)
  • Temporarily skip few base64 tests (Ivan Levkivskyi, PR 21193)
  • Revert dict.__or__ typeshed change (Ivan Levkivskyi, PR 21186)
  • Fix narrowing for match case with variadic tuples (Shantanu, PR 21192)
  • Avoid narrowing type[T] in type calls (Shantanu, PR 21174)
  • Fix regression for catching empty tuple in except (Shantanu, PR 21153)
  • Fix reachability for frozenset and dict view narrowing (Shantanu, PR 21151)
  • Fix narrowing with chained comparison (Shantanu, PR 21150)
  • Avoid narrowing to unreachable at module level (Shantanu, PR 21144)
  • Allow dangerous identity comparisons to Any typed variables (Shantanu, PR 21142)
  • --warn-unused-config should not be a strict flag (Ivan Levkivskyi, PR 21139)

Mypy 1.20.2

  • Use WAL with SQLite cache and fix close (Shantanu, PR 21154)
  • Adjust SQLite journal mode (Ivan Levkivskyi, PR 21217)
  • Correctly aggregate narrowing information on parent expressions (Shantanu, PR 21206)
  • Fix regression related to generic callables (Shantanu, PR 21208)
  • Fix regression by avoiding widening types in some contexts (Shantanu, PR 21242)
  • Fix slicing in non-strict optional mode (Shantanu, PR 21282)
  • mypyc: Fix match statement semantics for "or" pattern (Shantanu, PR 21156)
  • mypyc: Fix issue with module dunder attributes (Piotr Sawicki, PR 21275)
  • Initial support for Python 3.15.0a8 (Marc Mueller, PR 21255)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • Aaron Wieczorek
  • Adam Turner
  • Ali Hamdan
  • asce
  • BobTheBuidler
  • Brent Westbrook
  • Brian Schubert
  • bzoracler
  • Chris Burroughs
  • Christoph Tyralla
  • Colin Watson
  • Donghoon Nam
  • E. M. Bray
  • Emma Smith
  • Ethan Sarp
  • George Ogden
  • getzze
  • grayjk
  • Gregor Riepl
  • Ivan Levkivskyi

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mypy](https://github.com/python/mypy) from 1.20.1 to 1.20.2.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.1...v1.20.2)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 12, 2026 19:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions Bot enabled auto-merge (squash) May 12, 2026 19:12
@github-actions github-actions Bot merged commit fbcf137 into main May 12, 2026
12 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/mypy-1.20.2 branch May 12, 2026 19:13
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review


Code Review: mypy version bump 1.20.1 → 1.20.2

The diff is a single-line dependency update in development-requirements.txt.


Code Quality

  • Style guide: Single-line version bump in a requirements file — no style concerns.
  • No commented-out code: None present.
  • Meaningful variable names: N/A.
  • DRY principle: N/A.
  • Defects / bugs / security: This is a patch version bump of a dev-only tool (mypy). No runtime impact; no security concerns. mypy 1.20.2 is a standard patch release.
  • ⚠️ Project CLAUDE.md: No .claude/CLAUDE.md found in the repository. Not a blocker for this PR, but worth noting for future setup.

Testing

  • Unit/integration tests: No new logic introduced; no tests required.
  • Edge cases: N/A.
  • Test coverage: N/A — dev tooling change only.

Documentation

  • README: No update needed.
  • API docs: No update needed.
  • Inline comments: N/A.
  • CHANGELOG.md: The [Unreleased] section contains placeholder entries (Thing 4, Thing 5) and the version entries use yyyy-mm-dd as dates. This dependency bump is not documented in the changelog. For a Dependabot-style patch bump this is typically acceptable to skip, but the placeholder content in CHANGELOG.md should be cleaned up before a real release.
  • Markdown formatting: N/A for this diff.

Security

  • No hardcoded credentials: None.
  • Input validation: N/A.
  • Error handling: N/A.
  • No sensitive data in logs: N/A.
  • No license files (.lic) or AQAAAD-prefixed strings: None present.

Summary

This is a routine automated patch bump of mypy (dev dependency only). The change itself is clean and correct.

One non-blocking note: CHANGELOG.md contains placeholder content (Thing 1Thing 5, yyyy-mm-dd dates) that should be replaced with real entries before the next release. This is pre-existing and not introduced by this PR.

Verdict: Approve — no issues with the change itself.

Automated code review analyzing defects and coding standards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant