Skip to content

chore(deps-dev): Bump mypy-strict-kwargs from 2026.5.20.1 to 2026.7.19.1#3283

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mypy-strict-kwargs-2026.7.19.1
Open

chore(deps-dev): Bump mypy-strict-kwargs from 2026.5.20.1 to 2026.7.19.1#3283
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mypy-strict-kwargs-2026.7.19.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps mypy-strict-kwargs from 2026.5.20.1 to 2026.7.19.1.

Release notes

Sourced from mypy-strict-kwargs's releases.

Release 2026.07.19.1

2026.07.19.1

  • Check positional arguments supplied to super() methods by unpacking list literals.

  • Stop reporting false positives for super() methods called with a tuple literal that unpacks a variable-length * spread.

Release 2026.07.19

2026.07.19

  • Fix false positives for super() calls whose remaining positional arguments are consumed by *args.

  • Respect the explicit starting type when checking two-argument super() calls.

  • Check nested-class super() calls against the nested class's MRO instead of the enclosing class's MRO.

  • Stop super() method lookup at the first MRO entry defining the member, matching Python's runtime attribute lookup.

  • Check positional arguments supplied to super() methods by unpacking fixed-length tuples.

  • Restrict protocol-method positional exemptions to implicit calls.

  • Invalidate mypy's incremental cache when plugin configuration changes.

  • Check super() calls to methods assigned through staticmethod().

Changelog

Sourced from mypy-strict-kwargs's changelog.

Changelog

.. towncrier release notes start

2026.07.19.1

  • Check positional arguments supplied to super() methods by unpacking list literals.

  • Stop reporting false positives for super() methods called with a tuple literal that unpacks a variable-length * spread.

2026.07.19

  • Fix false positives for super() calls whose remaining positional arguments are consumed by *args.

  • Respect the explicit starting type when checking two-argument super() calls.

  • Check nested-class super() calls against the nested class's MRO instead of the enclosing class's MRO.

  • Stop super() method lookup at the first MRO entry defining the member, matching Python's runtime attribute lookup.

  • Check positional arguments supplied to super() methods by unpacking fixed-length tuples.

  • Restrict protocol-method positional exemptions to implicit calls.

  • Invalidate mypy's incremental cache when plugin configuration changes.

  • Check super() calls to methods assigned through staticmethod().

2026.05.20.1

2026.05.20

2026.05.19

... (truncated)

Commits
  • f5a142e Bump CHANGELOG
  • 252ade8 Check super() positional args from list literal unpacking (#569)
  • fb4df5a Fix false positive for super() star spread in tuple literal (#570)
  • 66d2e81 Bump CHANGELOG
  • eeac366 Use nested class MRO for super checks (#559)
  • dbecec0 Check fixed tuple unpacking in super calls (#561)
  • e86b322 Return a dataclass from super member resolution (#565)
  • 14fbe4c Scope protocol method exemptions to implicit calls (#562)
  • 5e0be0a Remove obsolete bdist_wheel.universal setting. (#566)
  • 65272f8 Check assigned staticmethods in super calls (#564)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mypy-strict-kwargs](https://github.com/adamtheturtle/mypy-strict-kwargs) from 2026.5.20.1 to 2026.7.19.1.
- [Release notes](https://github.com/adamtheturtle/mypy-strict-kwargs/releases)
- [Changelog](https://github.com/adamtheturtle/mypy-strict-kwargs/blob/main/CHANGELOG.rst)
- [Commits](adamtheturtle/mypy-strict-kwargs@2026.05.20.1...2026.07.19.1)

---
updated-dependencies:
- dependency-name: mypy-strict-kwargs
  dependency-version: 2026.7.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 20, 2026
@github-actions
github-actions Bot enabled auto-merge July 20, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants