Skip to content

Bump mypy from 1.19.1 to 1.20.1 - #12375

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/mypy-1.20.1
Closed

Bump mypy from 1.19.1 to 1.20.1#12375
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/mypy-1.20.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps mypy from 1.19.1 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)

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
  • James Hilliard
  • James Le Cuirot
  • Jeremy Nimmer
  • Joren Hammudoglu
  • Kai (Kazuya Ito)
  • kaushal trivedi
  • Kevin Kannammalil
  • Lukas Geiger
  • Łukasz Langa
  • Marc Mueller
  • Michael R. Crusoe
  • michaelm-openai

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners April 14, 2026 10:54
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) April 14, 2026 10:58
@codecov

codecov Bot commented Apr 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.92%. Comparing base (9f315d3) to head (06c3f66).
⚠️ Report is 686 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12375   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files         133      133           
  Lines       46570    46570           
  Branches     2425     2425           
=======================================
  Hits        46068    46068           
  Misses        373      373           
  Partials      129      129           
Flag Coverage Δ
CI-GHA 98.98% <ø> (+<0.01%) ⬆️
OS-Linux 98.72% <ø> (ø)
OS-Windows 96.98% <ø> (ø)
OS-macOS 97.88% <ø> (ø)
Py-3.10.11 97.39% <ø> (ø)
Py-3.10.20 97.86% <ø> (+<0.01%) ⬆️
Py-3.11.15 98.11% <ø> (ø)
Py-3.11.9 97.65% <ø> (ø)
Py-3.12.10 97.73% <ø> (+<0.01%) ⬆️
Py-3.12.13 98.20% <ø> (-0.01%) ⬇️
Py-3.13.12 98.45% <ø> (ø)
Py-3.14.3 98.50% <ø> (ø)
Py-3.14.4t 97.51% <ø> (ø)
Py-pypy3.11.15-7.3.21 97.36% <ø> (+0.01%) ⬆️
VM-macos 97.88% <ø> (ø)
VM-ubuntu 98.72% <ø> (ø)
VM-windows 96.98% <ø> (ø)
cython-coverage 38.22% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@dependabot
dependabot Bot force-pushed the dependabot/pip/mypy-1.20.1 branch from 06520a2 to 416ad7e Compare April 14, 2026 11:15
@codspeed-hq

codspeed-hq Bot commented Apr 14, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 61 untouched benchmarks
⏩ 4 skipped benchmarks1


Comparing dependabot/pip/mypy-1.20.1 (06c3f66) with master (9f315d3)2

Open in CodSpeed

Footnotes

  1. 4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on master (995ae8a) during the generation of this report, so 9f315d3 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@dependabot
dependabot Bot force-pushed the dependabot/pip/mypy-1.20.1 branch 4 times, most recently from 9b0536f to d09c4cf Compare April 15, 2026 11:02
Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.19.1...v1.20.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/mypy-1.20.1 branch from d09c4cf to 06c3f66 Compare April 15, 2026 11:43
@dependabot @github

dependabot Bot commented on behalf of github Apr 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #12411.

@dependabot dependabot Bot closed this Apr 22, 2026
auto-merge was automatically disabled April 22, 2026 10:45

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/pip/mypy-1.20.1 branch April 22, 2026 10:45
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants