Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump mypy from 1.20.0 to 1.20.1#97

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps mypy from 1.20.0 to 1.20.1.

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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 20:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 4, 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
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

πŸ€– Claude Code Review

PR Code Review

This is a minimal dependency bump PR (mypy 1.20.0 β†’ 1.20.1).

Code Quality

  • βœ… Style guide: Single-line change in pyproject.toml, no style concerns.
  • βœ… No commented-out code: N/A
  • βœ… Meaningful variable names: N/A
  • βœ… DRY principle: N/A
  • βœ… Defects: No logic changes; patch version bump is low risk.
  • βœ… CLAUDE.md: No issues with project configuration.

Testing

  • βœ… No new functions or endpoints introduced; existing test suite covers this.

Documentation

  • βœ… README: No documentation changes needed for a dependency bump.
  • βœ… CHANGELOG.md: Not updated β€” acceptable for automated dependency bumps (Dependabot-style PRs typically don't require changelog entries).
  • βœ… Markdown: No markdown changes.

Security

  • βœ… No hardcoded credentials: N/A
  • βœ… Input validation: N/A
  • βœ… No sensitive data: N/A
  • βœ… No license files (.lic): None present.

Summary: Clean, low-risk patch bump of mypy from 1.20.0 to 1.20.1 in pyproject.toml. No issues found. Approved.

Automated code review analyzing defects and coding standards

@github-actions github-actions Bot enabled auto-merge (squash) May 4, 2026 20:54
Bumps [mypy](https://github.com/python/mypy) from 1.20.0 to 1.20.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.20.0...v1.20.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/pip/mypy-1.20.1 branch from 00d4653 to aeade5e Compare May 4, 2026 20:55
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
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

πŸ€– Claude Code Review

Code Review

PR Summary: Bump mypy from 1.20.0 to 1.20.1 in pyproject.toml


Code Quality

  • βœ… Style guide: Single version bump in pyproject.toml, no style concerns.
  • βœ… No commented-out code
  • βœ… Meaningful variable names: N/A
  • βœ… DRY principle: N/A
  • βœ… Defects: No logic changes; this is a dependency version bump only. 1.20.1 is a patch release β€” no breaking changes expected.
  • βœ… CLAUDE.md: No issues; the project config is general and appropriate.

Testing

  • βœ… No new functions or endpoints introduced. Existing test suite covers any mypy behavior changes.
  • βœ… CI will validate that the updated mypy version passes against the existing codebase.

Documentation

  • βœ… README: No update needed for a dev-dependency patch bump.
  • βœ… CHANGELOG.md: Dependency bumps of this nature (automated/Dependabot) typically do not require a CHANGELOG entry.
  • βœ… Markdown: No markdown files changed.

Security

  • βœ… No hardcoded credentials
  • βœ… No sensitive data
  • βœ… No .lic files

Verdict: Approve. This is a routine automated patch bump with no functional, security, or quality concerns.

Automated code review analyzing defects and coding standards

@github-actions github-actions Bot merged commit 958a30b into main May 4, 2026
12 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/mypy-1.20.1 branch May 4, 2026 20:56
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