Skip to content

Bump mypy-strict-kwargs from 2026.7.19.1 to 2026.8.20.1 - #2501

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/mypy-strict-kwargs-2026.8.20.1
Closed

Bump mypy-strict-kwargs from 2026.7.19.1 to 2026.8.20.1#2501
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/mypy-strict-kwargs-2026.8.20.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps mypy-strict-kwargs from 2026.7.19.1 to 2026.8.20.1.

Release notes

Sourced from mypy-strict-kwargs's releases.

Release 2026.08.20.1

2026.08.20.1

  • Report positional calls to overloaded functions as call-arg errors instead of a generic call-overload message.

  • Stop reformatting the plugin test cases, whose assertions depend on the line numbers of the source they embed.

  • Type check real projects with the plugin on a schedule, so that a crash cannot reach a release.

  • Compose with mypy's own signature hooks instead of shadowing them, so checks such as dataclasses.replace keep working and TypedDict methods stop reporting a misleading second error.

  • Capture standard error when checking real projects for crashes, which is where the crash is reported.

Release 2026.08.20

2026.08.20

  • Follow an assignment through nonlocal to the nearest enclosing scope which binds that name, instead of to every enclosing scope.

  • Recognize a Union[...] annotation and a type alias to a union when finding the length of a fixed tuple.

  • Stop reporting positional arguments for super() calls whose written starting type cannot be resolved, such as a class alias imported from another module.

  • Follow the length of a sequence bound by an assignment expression, and by an assignment which follows a global declaration, and stop a global declaration from letting an enclosing scope's length show through.

  • Stop an assignment through nonlocal in a nested function from discarding what is known about a module-level name.

Release 2026.08.19

2026.08.19

  • Stop requiring keyword arguments for __aexit__ so that async with statements type check.

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

... (truncated)

Changelog

Sourced from mypy-strict-kwargs's changelog.

Changelog

.. towncrier release notes start

2026.08.20.1

  • Report positional calls to overloaded functions as call-arg errors instead of a generic call-overload message.

  • Stop reformatting the plugin test cases, whose assertions depend on the line numbers of the source they embed.

  • Type check real projects with the plugin on a schedule, so that a crash cannot reach a release.

  • Compose with mypy's own signature hooks instead of shadowing them, so checks such as dataclasses.replace keep working and TypedDict methods stop reporting a misleading second error.

  • Capture standard error when checking real projects for crashes, which is where the crash is reported.

2026.08.20

  • Follow an assignment through nonlocal to the nearest enclosing scope which binds that name, instead of to every enclosing scope.

  • Recognize a Union[...] annotation and a type alias to a union when finding the length of a fixed tuple.

  • Stop reporting positional arguments for super() calls whose written starting type cannot be resolved, such as a class alias imported from another module.

  • Follow the length of a sequence bound by an assignment expression, and by an assignment which follows a global declaration, and stop a global declaration from letting an enclosing scope's length show through.

  • Stop an assignment through nonlocal in a nested function from discarding what is known about a module-level name.

2026.08.19

  • Stop requiring keyword arguments for __aexit__ so that async with statements type check.

... (truncated)

Commits
  • 21dd62e Bump CHANGELOG
  • 6d231a3 Merge pull request #790 from adamtheturtle/fix-overload-call-arg-780
  • f13ab11 Fix pylint findings in overload call reporting
  • 1e43bc4 Report overloaded positional calls as call-arg errors
  • b898c18 Merge pull request #789 from adamtheturtle/compose-default-hooks-fix
  • 779cabf Drop unreachable Overloaded signature handling
  • b0d1e94 Pass keyword arguments to composed signature helpers
  • 338acf3 Compose with mypy's own signature hooks instead of shadowing them
  • 1119ebe Merge pull request #788 from adamtheturtle/corpus-stderr
  • a1eb618 Capture standard error when checking real projects for crashes
  • 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.7.19.1 to 2026.8.20.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.07.19.1...2026.08.20.1)

---
updated-dependencies:
- dependency-name: mypy-strict-kwargs
  dependency-version: 2026.8.20.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 Aug 24, 2026
@github-actions
github-actions Bot enabled auto-merge August 24, 2026 22:23
@autofix-ci
autofix-ci Bot deployed to development August 24, 2026 22:24 Active
@adamtheturtle

Copy link
Copy Markdown
Member

Superseded by #2505 (uv Dependabot path).

auto-merge was automatically disabled August 25, 2026 02:19

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/mypy-strict-kwargs-2026.8.20.1 branch August 25, 2026 02:20
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.

1 participant