Skip to content

Update dependency mypy to v1.19.1#121

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

Update dependency mypy to v1.19.1#121
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mypy-1.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2024

This PR contains the following updates:

Package Change Age Confidence
mypy (changelog) 1.8.01.19.1 age confidence

Release Notes

python/mypy (mypy)

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


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Apr 21, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.03s
✅ JSON eslint-plugin-jsonc 3 0 0 1.1s
✅ JSON jsonlint 3 0 0.23s
✅ JSON prettier 3 2 0 0.36s
✅ JSON v8r 3 0 2.41s
✅ MAKEFILE checkmake 1 0 0.01s
✅ MARKDOWN markdownlint 7 0 0 1.05s
✅ MARKDOWN markdown-link-check 12 0 1.59s
✅ MARKDOWN markdown-table-formatter 12 0 0 0.34s
✅ PYTHON black 36 0 0 1.46s
✅ PYTHON flake8 36 0 1.0s
✅ PYTHON isort 36 24 0 0.38s
✅ PYTHON mypy 36 0 6.55s
✅ PYTHON ruff 36 24 0 0.07s
✅ REPOSITORY checkov yes no 11.05s
✅ REPOSITORY gitleaks yes no 0.71s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY trivy-sbom yes no 1.36s
✅ YAML prettier 7 4 0 0.91s
✅ YAML v8r 7 0 4.04s
✅ YAML yamllint 7 0 0.38s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@github-actions
Copy link

github-actions bot commented Apr 21, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2181 2087 96% 80% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 4112b82 by action🐍

@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from e2d0c62 to 0ddcc37 Compare April 24, 2024 16:35
@renovate renovate bot changed the title Update dependency mypy to v1.9.0 Update dependency mypy to v1.10.0 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 0ddcc37 to 13c19d8 Compare June 25, 2024 05:25
@renovate renovate bot changed the title Update dependency mypy to v1.10.0 Update dependency mypy to v1.10.1 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 13c19d8 to 6abb9bc Compare July 19, 2024 20:30
@renovate renovate bot changed the title Update dependency mypy to v1.10.1 Update dependency mypy to v1.11.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 6abb9bc to 3328410 Compare July 31, 2024 00:09
@renovate renovate bot changed the title Update dependency mypy to v1.11.0 Update dependency mypy to v1.11.1 Jul 31, 2024
@renovate renovate bot changed the title Update dependency mypy to v1.11.1 Update dependency mypy to v1.11.2 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 3328410 to 9351a01 Compare August 25, 2024 00:02
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 9351a01 to a10d8ea Compare October 14, 2024 20:48
@renovate renovate bot changed the title Update dependency mypy to v1.11.2 Update dependency mypy to v1.12.0 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from a10d8ea to 6777247 Compare October 20, 2024 03:41
@renovate renovate bot changed the title Update dependency mypy to v1.12.0 Update dependency mypy to v1.12.1 Oct 20, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 6777247 to de84588 Compare October 22, 2024 22:50
@renovate renovate bot changed the title Update dependency mypy to v1.12.1 Update dependency mypy to v1.13.0 Oct 22, 2024
@renovate renovate bot changed the title Update dependency mypy to v1.13.0 Update dependency mypy to v1.14.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from de84588 to 4d7627d Compare December 20, 2024 15:32
@renovate renovate bot changed the title Update dependency mypy to v1.14.0 Update dependency mypy to v1.14.1 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 4d7627d to f5a82f0 Compare December 30, 2024 20:06
@renovate renovate bot changed the title Update dependency mypy to v1.14.1 Update dependency mypy to v1.15.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from f5a82f0 to 27b6563 Compare February 5, 2025 05:49
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 27b6563 to 70b82da Compare May 29, 2025 14:30
@renovate renovate bot changed the title Update dependency mypy to v1.15.0 Update dependency mypy to v1.16.0 May 29, 2025
@renovate renovate bot changed the title Update dependency mypy to v1.16.0 Update dependency mypy to v1.16.1 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 70b82da to e3112bb Compare June 16, 2025 19:10
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from e3112bb to 3510554 Compare July 14, 2025 23:57
@renovate renovate bot changed the title Update dependency mypy to v1.16.1 Update dependency mypy to v1.17.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 3510554 to b67b04e Compare July 31, 2025 09:44
@renovate renovate bot changed the title Update dependency mypy to v1.17.0 Update dependency mypy to v1.17.1 Jul 31, 2025
@renovate renovate bot changed the title Update dependency mypy to v1.17.1 Update dependency mypy to v1.18.1 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from b67b04e to 05c500b Compare September 13, 2025 18:56
@renovate renovate bot changed the title Update dependency mypy to v1.18.1 Update dependency mypy to v1.18.2 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 05c500b to ee88c9a Compare September 19, 2025 02:34
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from ee88c9a to 3542fd4 Compare November 28, 2025 17:01
@renovate renovate bot changed the title Update dependency mypy to v1.18.2 Update dependency mypy to v1.19.0 Nov 28, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 3542fd4 to 0e676b4 Compare December 15, 2025 09:52
@renovate renovate bot changed the title Update dependency mypy to v1.19.0 Update dependency mypy to v1.19.1 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 0e676b4 to 9fe90ac Compare February 2, 2026 19:38
@renovate renovate bot force-pushed the renovate/mypy-1.x-lockfile branch from 9fe90ac to 4112b82 Compare March 13, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants