Commit c3177d7
authored
Update dependency mypy to v1.20.1 (#175)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [mypy](https://redirect.github.com/python/mypy)
([changelog](https://mypy.readthedocs.io/en/latest/changelog.html)) |
`==1.20.0` → `==1.20.1` |

|

|
---
### Release Notes
<details>
<summary>python/mypy (mypy)</summary>
###
[`v1.20.1`](https://redirect.github.com/python/mypy/blob/HEAD/CHANGELOG.md#Mypy-1201)
[Compare
Source](https://redirect.github.com/python/mypy/compare/v1.20.0...v1.20.1)
- Always disable sync in SQLite cache (Ivan Levkivskyi, PR
[21184](https://redirect.github.com/python/mypy/pull/21184))
- Temporarily skip few base64 tests (Ivan Levkivskyi, PR
[21193](https://redirect.github.com/python/mypy/pull/21193))
- Revert `dict.__or__` typeshed change (Ivan Levkivskyi, PR
[21186](https://redirect.github.com/python/mypy/pull/21186))
- Fix narrowing for match case with variadic tuples (Shantanu, PR
[21192](https://redirect.github.com/python/mypy/pull/21192))
- Avoid narrowing `type[T]` in type calls (Shantanu, PR
[21174](https://redirect.github.com/python/mypy/pull/21174))
- Fix regression for catching empty tuple in except (Shantanu, PR
[21153](https://redirect.github.com/python/mypy/pull/21153))
- Fix reachability for frozenset and dict view narrowing (Shantanu, PR
[21151](https://redirect.github.com/python/mypy/pull/21151))
- Fix narrowing with chained comparison (Shantanu, PR
[21150](https://redirect.github.com/python/mypy/pull/21150))
- Avoid narrowing to unreachable at module level (Shantanu, PR
[21144](https://redirect.github.com/python/mypy/pull/21144))
- Allow dangerous identity comparisons to `Any` typed variables
(Shantanu, PR
[21142](https://redirect.github.com/python/mypy/pull/21142))
- `--warn-unused-config` should not be a strict flag (Ivan Levkivskyi,
PR [21139](https://redirect.github.com/python/mypy/pull/21139))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/SAP/pylint-per-file-ignores).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b410098 commit c3177d7
2 files changed
Lines changed: 47 additions & 47 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments