Pull Request Merged
PR #37 merged: chore(deps)(deps-dev): update mypy requirement from >=1.14.0 to >=1.20.1
Updates the requirements on mypy to permit the latest version.
▶Changelog
Sourced from mypy's changelog.
Mypy 1.20.1
- Always disable sync in SQLite cache (Ivan Levkivskyi, PR 21184)
- Temporarily skip few base64 tests (Ivan Levkivskyi, PR 21193)
- Revert
dict.__or__typeshed change (Ivan Levkivskyi, PR 21186)- Fix narrowing for match case with variadic tuples (Shantanu, PR 21192)
- Avoid narrowing
type[T]in type calls (Shantanu, PR 21174)- Fix regression for catching empty tuple in except (Shantanu, PR 21153)
- Fix reachability for frozenset and dict view narrowing (Shantanu, PR 21151)
- Fix narrowing with chained comparison (Shantanu, PR 21150)
- Avoid narrowing to unreachable at module level (Shantanu, PR 21144)
- Allow dangerous identity comparisons to
Anytyped variables (Shantanu, PR 21142)--warn-unused-configshould not be a strict flag (Ivan Levkivskyi, PR 21139)Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- A5rocks
- Aaron Wieczorek
- Adam Turner
- Ali Hamdan
- asce
- BobTheBuidler
- Brent Westbrook
- Brian Schubert
- bzoracler
- Chris Burroughs
- Christoph Tyralla
- Colin Watson
- Donghoon Nam
- E. M. Bray
- Emma Smith
- Ethan Sarp
- George Ogden
- getzze
- grayjk
- Gregor Riepl
- Ivan Levkivskyi
- James Hilliard
- James Le Cuirot
- Jeremy Nimmer
- Joren Hammudoglu
- Kai (Kazuya Ito)
- kaushal trivedi
- Kevin Kannammalil
- Lukas Geiger
- Łukasz Langa
- Marc Mueller
- Michael R. Crusoe
- michaelm-openai
... (truncated)
▶Commits
c60e8bfBump version to 1.20.1842e492Always disable sync in SQLite cache (#21184)e82a046Temporarily skip few base64 tests (#21193)f7fa418Revert dict.or typeshed change (#21186)a2e8ee1Fix narrowing for match case with variadic tuples (#21192)521f88fAvoid narrowing type[T] in type calls (#21174)a4876e9Fix regression for catching empty tuple in except (#21153)6fccffcFix reachability for frozenset and dict view narrowing (#21151)de50419Fix narrowing with chained comparison (#21150)eafcf18Avoid narrowing to unreachable at module level (#21144)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
+1
additions
-1
deletions
1
files changed