Skip to content

chore(deps): update mypy to v1.20.1#1127

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mypy-1.x
Open

chore(deps): update mypy to v1.20.1#1127
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mypy-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 8, 2024

This PR contains the following updates:

Package Change Age Confidence
mypy (changelog) ==1.8.0==1.20.1 age confidence

Release Notes

python/mypy (mypy)

v1.20.1

Compare Source

  • 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)

v1.20.0

Compare Source

v1.19.1

Compare Source

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

v1.19.0

Compare Source

v1.18.2

Compare Source

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

v1.18.1

Compare Source

v1.17.1

Compare Source

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 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, PR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)

v1.12.0

Compare Source

v1.11.2

Compare Source

  • Alternative fix for a union-like literal string (Ivan Levkivskyi, PR 17639)
  • Unwrap TypedDict item types before storing (Ivan Levkivskyi, PR 17640)

v1.11.1

Compare Source

  • Fix RawExpressionType.accept crash with --cache-fine-grained (Anders Kaseorg, PR 17588)
  • Fix PEP 604 isinstance caching (Shantanu, PR 17563)
  • Fix typing.TypeAliasType being undefined on python < 3.12 (Nikita Sobolev, PR 17558)
  • Fix types.GenericAlias lookup crash (Shantanu, PR 17543)

v1.11.0

Compare Source

v1.10.1

Compare Source

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)

v1.10.0

Compare Source

v1.9.0

Compare Source


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

@akinomyoga akinomyoga added the bot label Mar 9, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from c0cd83b to a6b9f78 Compare April 3, 2024 21:07
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from a6b9f78 to c8e5c06 Compare April 24, 2024 17:44
@renovate renovate Bot changed the title chore(deps): update mypy to v1.9.0 chore(deps): update mypy to v1.10.0 Apr 24, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from c8e5c06 to c4dc401 Compare May 9, 2024 08:00
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from c4dc401 to d484347 Compare June 25, 2024 02:15
@renovate renovate Bot changed the title chore(deps): update mypy to v1.10.0 chore(deps): update mypy to v1.10.1 Jun 25, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from d484347 to cfbc3bd Compare July 19, 2024 19:01
@renovate renovate Bot changed the title chore(deps): update mypy to v1.10.1 chore(deps): update mypy to v1.11.0 Jul 19, 2024
@renovate renovate Bot changed the title chore(deps): update mypy to v1.11.0 chore(deps): update mypy to v1.11.1 Jul 30, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from cfbc3bd to a77e56b Compare July 30, 2024 22:52
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from a77e56b to 18e62b3 Compare August 25, 2024 02:24
@renovate renovate Bot changed the title chore(deps): update mypy to v1.11.1 chore(deps): update mypy to v1.11.2 Aug 25, 2024
@renovate renovate Bot changed the title chore(deps): update mypy to v1.11.2 chore(deps): update mypy to v1.12.0 Oct 14, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from c1f7b1c to 61e54b0 Compare October 20, 2024 04:28
@renovate renovate Bot changed the title chore(deps): update mypy to v1.12.0 chore(deps): update mypy to v1.12.1 Oct 20, 2024
@renovate renovate Bot changed the title chore(deps): update mypy to v1.12.1 chore(deps): update mypy to v1.13.0 Oct 22, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from 61e54b0 to 434455a Compare October 22, 2024 22:34
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from d3d1cd1 to d436f8a Compare November 24, 2024 21:46
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from d436f8a to 6af1c31 Compare December 20, 2024 18:55
@renovate renovate Bot changed the title chore(deps): update mypy to v1.13.0 chore(deps): update mypy to v1.14.0 Dec 20, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from 6af1c31 to 7549374 Compare December 20, 2024 18:56
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from 7549374 to ee82f7d Compare December 30, 2024 20:18
@renovate renovate Bot changed the title chore(deps): update mypy to v1.14.0 chore(deps): update mypy to v1.14.1 Dec 30, 2024
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from ee82f7d to c505923 Compare February 5, 2025 04:48
@renovate renovate Bot changed the title chore(deps): update mypy to v1.14.1 chore(deps): update mypy to v1.15.0 Feb 5, 2025
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from c505923 to d6bc841 Compare April 26, 2025 08:20
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from f76b0bf to aeaf9b2 Compare September 19, 2025 02:07
@renovate renovate Bot changed the title chore(deps): update mypy to v1.18.1 chore(deps): update mypy to v1.18.2 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 6 times, most recently from 30e357b to cc228b1 Compare October 4, 2025 17:20
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 3 times, most recently from 8d791d6 to 623d938 Compare October 18, 2025 09:05
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from 6d763e7 to cae138b Compare October 31, 2025 07:40
@renovate renovate Bot changed the title chore(deps): update mypy to v1.18.2 chore(deps): update mypy to v1.19.0 Nov 28, 2025
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from cae138b to 7a49b0e Compare November 28, 2025 16:32
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from 5a40d87 to bdaf7f2 Compare December 22, 2025 07:01
@renovate renovate Bot changed the title chore(deps): update mypy to v1.19.0 chore(deps): update mypy to v1.19.1 Dec 22, 2025
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from bdaf7f2 to 18753b8 Compare December 28, 2025 21:31
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from 18753b8 to a70036b Compare January 30, 2026 18:55
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from a70036b to e72c742 Compare February 12, 2026 16:40
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from e72c742 to 63e4692 Compare March 13, 2026 14:06
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch 2 times, most recently from 28145e7 to 785ab63 Compare March 26, 2026 16:38
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from 785ab63 to f6e5ff5 Compare April 7, 2026 18:33
@renovate renovate Bot changed the title chore(deps): update mypy to v1.19.1 chore(deps): update mypy to v1.20.0 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/mypy-1.x branch from f6e5ff5 to 2a3a985 Compare April 20, 2026 05:08
@renovate renovate Bot changed the title chore(deps): update mypy to v1.20.0 chore(deps): update mypy to v1.20.1 Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant