Update dependency mypy to v1.14.0 #114

Open
renovate wants to merge 1 commit from renovate/mypy-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
mypy (source, changelog) minor ==1.8.0 -> ==1.14.0

Release Notes

python/mypy (mypy)

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mypy](https://www.mypy-lang.org/) ([source](https://github.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | minor | `==1.8.0` -> `==1.14.0` | --- ### Release Notes <details> <summary>python/mypy (mypy)</summary> ### [`v1.14.0`](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) [Compare Source](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) ### [`v1.13.0`](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) [Compare Source](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) ### [`v1.12.1`](https://github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1121) [Compare Source](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) - Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR [17961](https://github.com/python/mypy/pull/17961)) - Fix iteration over union (when self type is involved) (Shantanu, PR [17976](https://github.com/python/mypy/pull/17976)) - Fix type object with type var default in union context (Jukka Lehtosalo, PR [17991](https://github.com/python/mypy/pull/17991)) - Revert change to `os.path` stubs affecting use of `os.PathLike[Any]` (Shantanu, PR [17995](https://github.com/python/mypy/pull/17995)) ### [`v1.12.0`](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) [Compare Source](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) ### [`v1.11.2`](https://github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1112) [Compare Source](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) - Alternative fix for a union-like literal string (Ivan Levkivskyi, PR [17639](https://github.com/python/mypy/pull/17639)) - Unwrap `TypedDict` item types before storing (Ivan Levkivskyi, PR [17640](https://github.com/python/mypy/pull/17640)) ### [`v1.11.1`](https://github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1111) [Compare Source](https://github.com/python/mypy/compare/v1.11.0...v1.11.1) - Fix `RawExpressionType.accept` crash with `--cache-fine-grained` (Anders Kaseorg, PR [17588](https://github.com/python/mypy/pull/17588)) - Fix PEP 604 isinstance caching (Shantanu, PR [17563](https://github.com/python/mypy/pull/17563)) - Fix `typing.TypeAliasType` being undefined on python < 3.12 (Nikita Sobolev, PR [17558](https://github.com/python/mypy/pull/17558)) - Fix `types.GenericAlias` lookup crash (Shantanu, PR [17543](https://github.com/python/mypy/pull/17543)) ### [`v1.11.0`](https://github.com/python/mypy/compare/v1.10.1...v1.11.0) [Compare Source](https://github.com/python/mypy/compare/v1.10.1...v1.11.0) ### [`v1.10.1`](https://github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1101) [Compare Source](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) - Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR [17420](https://github.com/python/mypy/pull/17420)) ### [`v1.10.0`](https://github.com/python/mypy/compare/1.9.0...v1.10.0) [Compare Source](https://github.com/python/mypy/compare/1.9.0...v1.10.0) ### [`v1.9.0`](https://github.com/python/mypy/compare/v1.8.0...1.9.0) [Compare Source](https://github.com/python/mypy/compare/v1.8.0...1.9.0) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate changed title from Update dependency mypy to v1.9.0 to Update dependency mypy to v1.10.0 2024-04-24 16:01:10 +01:00
renovate force-pushed renovate/mypy-1.x from dd54132d02 to 1b2cc56944 2024-04-24 16:01:11 +01:00 Compare
renovate force-pushed renovate/mypy-1.x from 1b2cc56944 to 3c35f29386 2024-06-25 08:00:44 +01:00 Compare
renovate changed title from Update dependency mypy to v1.10.0 to Update dependency mypy to v1.10.1 2024-06-25 08:00:44 +01:00
renovate force-pushed renovate/mypy-1.x from 3c35f29386 to 5dc6680a36 2024-07-19 20:00:36 +01:00 Compare
renovate changed title from Update dependency mypy to v1.10.1 to Update dependency mypy to v1.11.0 2024-07-19 20:00:37 +01:00
renovate force-pushed renovate/mypy-1.x from 5dc6680a36 to 234aeb4b2a 2024-07-31 08:00:32 +01:00 Compare
renovate changed title from Update dependency mypy to v1.11.0 to Update dependency mypy to v1.11.1 2024-07-31 08:00:33 +01:00
renovate force-pushed renovate/mypy-1.x from 234aeb4b2a to 9c7c28e479 2024-08-25 10:03:07 +01:00 Compare
renovate changed title from Update dependency mypy to v1.11.1 to Update dependency mypy to v1.11.2 2024-08-25 10:03:07 +01:00
renovate changed title from Update dependency mypy to v1.11.2 to Update dependency mypy to v1.12.0 2024-10-14 14:00:37 +01:00
renovate force-pushed renovate/mypy-1.x from 9c7c28e479 to a4d0d924aa 2024-10-14 14:00:38 +01:00 Compare
renovate changed title from Update dependency mypy to v1.12.0 to Update dependency mypy to v1.12.1 2024-10-20 08:00:36 +01:00
renovate force-pushed renovate/mypy-1.x from a4d0d924aa to 73c7d12d00 2024-10-20 08:00:36 +01:00 Compare
renovate changed title from Update dependency mypy to v1.12.1 to Update dependency mypy to v1.13.0 2024-10-23 08:00:35 +01:00
renovate force-pushed renovate/mypy-1.x from 73c7d12d00 to 04ab329454 2024-10-23 08:00:36 +01:00 Compare
renovate force-pushed renovate/mypy-1.x from 04ab329454 to 9234536269 2024-12-20 16:00:49 +00:00 Compare
renovate changed title from Update dependency mypy to v1.13.0 to Update dependency mypy to v1.14.0 2024-12-20 16:00:49 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mypy-1.x:renovate/mypy-1.x
git checkout renovate/mypy-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/mypy-1.x
git checkout renovate/mypy-1.x
git rebase master
git checkout master
git merge --ff-only renovate/mypy-1.x
git checkout renovate/mypy-1.x
git rebase master
git checkout master
git merge --no-ff renovate/mypy-1.x
git checkout master
git merge --squash renovate/mypy-1.x
git checkout master
git merge --ff-only renovate/mypy-1.x
git checkout master
git merge renovate/mypy-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#114
No description provided.