chore(deps): update dependency mypy to v1.19.1

This MR contains the following updates:

Package Change Age Confidence
mypy (changelog) 1.11.2 -> 1.19.1 age confidence

Release Notes

python/mypy (mypy)

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, MR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, MR 20372)
  • Allow types.NoneType in match cases (A5rocks, MR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, MR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, MR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, MR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, MR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, MR 20389)

v1.19.0

Compare Source

v1.18.2

Compare Source

  • Fix crash on recursive alias (Ivan Levkivskyi, MR 19845)
  • Add additional guidance for stubtest errors when runtime is object.__init__ (Stephen Morton, MR 19733)
  • Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, MR 19846)

v1.18.1

Compare Source

v1.17.1

Compare Source

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, MR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, MR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, MR 19453)

v1.17.0

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

v1.14.1

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.1

Compare Source

  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, MR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, MR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, MR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, MR 17995)

v1.12.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports

Loading