Skip to content

chore(deps-dev): Bump strict-kwargs from 2026.8.16 to 2026.8.24 - #3172

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/strict-kwargs-2026.8.24
Aug 27, 2026
Merged

chore(deps-dev): Bump strict-kwargs from 2026.8.16 to 2026.8.24#3172
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/strict-kwargs-2026.8.24

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps strict-kwargs from 2026.8.16 to 2026.8.24.

Release notes

Sourced from strict-kwargs's releases.

Release 2026.8.24

2026.8.24

  • Honor annotated __all__, keep unknown star-import sources from blocking ty, preserve sibling-branch re-exports while superseding same-branch aliases, replace superseded defs in one conditional arm, and keep the descriptor protocol exemption on multi-level unbound __get__ / __set__ calls.

Release 2026.8.23

2026.8.23

  • Allow positional binding arguments to CPython descriptor __get__ methods (classmethod, staticmethod, property, functions, method descriptors, and wrapper descriptors) that reject keyword arguments.

  • Flag positional instance arguments to functools.cached_property.__get__, which accepts that parameter by keyword.

  • Check paths that share a directory as one project when no pyproject.toml is found, and compare discovered project roots by what they name rather than by how they are spelled.

  • Resolve operator.getitem and operator.methodcaller through either import style, and let a nearer binding of the same name shadow the import.

  • Apply the ignore_names and @singledispatch exemptions to a call encoded as operator.methodcaller("__call__", ...).

  • Stop selecting an @overload arm that a later definition of the same name has replaced.

  • Select numeric @overload arms for negative and explicitly positive number literals.

  • Keep a parse failure fatal for a file named on the command line even when selection reached it under a different spelling.

Changelog

Sourced from strict-kwargs's changelog.

2026.8.24

  • Honor annotated __all__, keep unknown star-import sources from blocking ty, preserve sibling-branch re-exports while superseding same-branch aliases, replace superseded defs in one conditional arm, and keep the descriptor protocol exemption on multi-level unbound __get__ / __set__ calls.

2026.8.23

  • Allow positional binding arguments to CPython descriptor __get__ methods (classmethod, staticmethod, property, functions, method descriptors, and wrapper descriptors) that reject keyword arguments.

  • Flag positional instance arguments to functools.cached_property.__get__, which accepts that parameter by keyword.

  • Check paths that share a directory as one project when no pyproject.toml is found, and compare discovered project roots by what they name rather than by how they are spelled.

  • Resolve operator.getitem and operator.methodcaller through either import style, and let a nearer binding of the same name shadow the import.

  • Apply the ignore_names and @singledispatch exemptions to a call encoded as operator.methodcaller("__call__", ...).

  • Stop selecting an @overload arm that a later definition of the same name has replaced.

  • Select numeric @overload arms for negative and explicitly positive number literals.

  • Keep a parse failure fatal for a file named on the command line even when selection reached it under a different spelling.

Commits
  • 8396e03 Bump CHANGELOG and version for release
  • 3b96410 Merge pull request #749 from adamtheturtle/news-748
  • 0e3a480 docs: add changelog fragment for #748
  • 8b04b52 Merge pull request #748 from adamtheturtle/fix-bugbot-remaining
  • d15138e fix: cover conditional-frame helpers and reexport clear paths
  • 42f7d62 fix: tighten conditional frames and same-branch reexports
  • ab5b069 fix: resolve remaining Bugbot star-import and control-flow findings
  • 1357637 Merge pull request #747 from adamtheturtle/dependabot/github_actions/taiki-e/...
  • 84a30e0 Bump CHANGELOG and version for release
  • 879af9a build(deps): bump taiki-e/install-action from 2.86.3 to 2.86.4
  • 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 [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.8.16 to 2026.8.24.
- [Release notes](https://github.com/adamtheturtle/strict-kwargs/releases)
- [Changelog](https://github.com/adamtheturtle/strict-kwargs/blob/main/CHANGELOG.rst)
- [Commits](adamtheturtle/strict-kwargs@2026.8.16...2026.8.24)

---
updated-dependencies:
- dependency-name: strict-kwargs
  dependency-version: 2026.8.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 27, 2026
@dependabot
dependabot Bot deployed to development August 27, 2026 10:33 Active
@github-actions
github-actions Bot enabled auto-merge August 27, 2026 10:34
@github-actions
github-actions Bot merged commit 3d6aa31 into main Aug 27, 2026
13 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/strict-kwargs-2026.8.24 branch August 27, 2026 10:41
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