chore(deps): update dependency mypy to v1.15.0 - autoclosed #18

Closed
renovate-bot wants to merge 1 commits from renovate/mypy-1.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
mypy (changelog) dev minor 1.8.0 -> 1.15.0

Release Notes

python/mypy (mypy)

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | Type | Update | Change | |---|---|---|---| | [mypy](https://github.com/python/mypy) ([changelog](https://mypy.readthedocs.io/en/latest/changelog.html)) | dev | minor | `1.8.0` -> `1.15.0` | --- ### Release Notes <details> <summary>python/mypy (mypy)</summary> ### [`v1.15.0`](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) [Compare Source](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) ### [`v1.14.1`](https://github.com/python/mypy/compare/v1.14.0...v1.14.1) [Compare Source](https://github.com/python/mypy/compare/v1.14.0...v1.14.1) ### [`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**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzEuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added the dependencies label 2024-03-09 00:02:50 +01:00
renovate-bot added 1 commit 2024-03-09 00:02:51 +01:00
chore(deps): update dependency mypy to v1.9.0
All checks were successful
Python Linters / pylint (pull_request) Successful in 49s
Python Linters / formatting (pull_request) Successful in 39s
Python Linters / mypy (pull_request) Successful in 40s
REUSE Compliance / reuse (pull_request) Successful in 19s
Selftests / test-build-install (pull_request) Successful in 43s
Selftests / test-sync (pull_request) Successful in 1m13s
renovate/stability-days Updates have met minimum release age requirement
a886e7b31c
renovate-bot changed title from chore(deps): update dependency mypy to v1.9.0 to chore(deps): update dependency mypy to v1.10.0 2024-04-28 00:04:26 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from a886e7b31c to 8da2100d13 2024-04-28 00:04:28 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.10.0 to chore(deps): update dependency mypy to v1.10.1 2024-06-29 00:04:04 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from 8da2100d13 to 9b4f515b04 2024-06-29 00:04:04 +02:00 Compare
renovate-bot force-pushed renovate/mypy-1.x-lockfile from 9b4f515b04 to 2e50f8d646 2024-07-23 00:03:27 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.10.1 to chore(deps): update dependency mypy to v1.11.0 2024-07-23 00:03:27 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from 2e50f8d646 to a1e6040b55 2024-08-04 00:03:31 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.11.0 to chore(deps): update dependency mypy to v1.11.1 2024-08-04 00:03:31 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from a1e6040b55 to 1412427cfe 2024-08-29 00:02:59 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.11.1 to chore(deps): update dependency mypy to v1.11.2 2024-08-29 00:03:01 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from 1412427cfe to c9b87ad6d2 2024-10-18 00:03:30 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.11.2 to chore(deps): update dependency mypy to v1.12.0 2024-10-18 00:03:30 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from c9b87ad6d2 to d740aba522 2024-10-24 00:03:05 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.12.0 to chore(deps): update dependency mypy to v1.12.1 2024-10-24 00:03:06 +02:00
renovate-bot changed title from chore(deps): update dependency mypy to v1.12.1 to chore(deps): update dependency mypy to v1.13.0 2024-10-26 00:02:21 +02:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from d740aba522 to a78b70bf0c 2024-12-24 00:06:55 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.13.0 to chore(deps): update dependency mypy to v1.14.0 2024-12-24 00:06:56 +01:00
renovate-bot changed title from chore(deps): update dependency mypy to v1.14.0 to chore(deps): update dependency mypy to v1.14.1 2025-01-03 00:07:05 +01:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from a78b70bf0c to 1a261ac751 2025-01-03 00:07:05 +01:00 Compare
renovate-bot force-pushed renovate/mypy-1.x-lockfile from 1a261ac751 to a3d656595d 2025-02-09 00:04:07 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.14.1 to chore(deps): update dependency mypy to v1.15.0 2025-02-09 00:04:08 +01:00
renovate-bot force-pushed renovate/mypy-1.x-lockfile from a3d656595d to 97a6435bac 2025-03-24 22:16:28 +01:00 Compare
renovate-bot force-pushed renovate/mypy-1.x-lockfile from 97a6435bac to 98953326ae 2025-03-24 22:27:08 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency mypy to v1.15.0 to chore(deps): update dependency mypy to v1.15.0 - autoclosed 2025-03-24 22:46:30 +01:00
renovate-bot closed this pull request 2025-03-24 22:46:30 +01:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / pylint (pull_request) Successful in 37s
REUSE Compliance / reuse (pull_request) Successful in 10s
Python Linters / formatting (pull_request) Successful in 32s
Python Linters / mypy (pull_request) Successful in 34s
Selftests / test-build-install (pull_request) Successful in 38s
Selftests / test-sync (pull_request) Successful in 1m0s

Pull request closed

Sign in to join this conversation.