Commit 4c3f6c7
chore(deps): update dependency mypy to v1.12.1 (#460)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mypy](https://www.mypy-lang.org/)
([source](https://redirect.github.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) | `==1.11.0` -> `==1.12.1`
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>python/mypy (mypy)</summary>
###
[`v1.12.1`](https://redirect.github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1121)
[Compare
Source](https://redirect.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://redirect.github.com/python/mypy/pull/17961))
- Fix iteration over union (when self type is involved) (Shantanu, PR
[17976](https://redirect.github.com/python/mypy/pull/17976))
- Fix type object with type var default in union context (Jukka
Lehtosalo, PR
[17991](https://redirect.github.com/python/mypy/pull/17991))
- Revert change to `os.path` stubs affecting use of `os.PathLike[Any]`
(Shantanu, PR
[17995](https://redirect.github.com/python/mypy/pull/17995))
###
[`v1.12.0`](https://redirect.github.com/python/mypy/compare/v1.11.2...v1.12.0)
[Compare
Source](https://redirect.github.com/python/mypy/compare/v1.11.2...v1.12.0)
###
[`v1.11.2`](https://redirect.github.com/python/mypy/compare/v1.11.1...v1.11.2)
[Compare
Source](https://redirect.github.com/python/mypy/compare/v1.11.1...v1.11.2)
###
[`v1.11.1`](https://redirect.github.com/python/mypy/compare/v1.11.0...v1.11.1)
[Compare
Source](https://redirect.github.com/python/mypy/compare/v1.11.0...v1.11.1)
</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 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/iterative/gto).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivan Shcheklein <[email protected]>1 parent 055376c commit 4c3f6c7
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments