Skip to content

Bump strict-kwargs from 2026.8.16 to 2026.8.23 - #2517

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/pip/strict-kwargs-2026.8.23
Aug 26, 2026
Merged

Bump strict-kwargs from 2026.8.16 to 2026.8.23#2517
github-actions[bot] merged 2 commits into
mainfrom
dependabot/pip/strict-kwargs-2026.8.23

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps strict-kwargs from 2026.8.16 to 2026.8.23.

Release notes

Sourced from strict-kwargs's releases.

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.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
  • 84a30e0 Bump CHANGELOG and version for release
  • 59acb77 Merge pull request #746 from adamtheturtle/issue-bugbot-backlog
  • 6f99e45 fix: address outstanding Bugbot findings from merged PRs
  • e638e3e Merge pull request #728 from adamtheturtle/fix-nonlocal-ann-only
  • 3086c97 fix: do not clear nonlocal on annotation-only AnnAssign
  • 2eafd8b test: cover partial cache retain when a neighbor lacks semantics (#727)
  • 95b1f86 Merge pull request #725 from adamtheturtle/switch-to-prek-toml
  • 8b86d78 fix: clear stale callable trackers raised by Bugbot (#726)
  • 4a986eb Retrigger CI after cancelled lint matrix
  • a23c59b test: regenerate CPython completeness oracles on both platforms (#724)
  • 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.23.
- [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.23)

---
updated-dependencies:
- dependency-name: strict-kwargs
  dependency-version: 2026.8.23
  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 26, 2026
@github-actions
github-actions Bot enabled auto-merge August 26, 2026 22:23
@autofix-ci
autofix-ci Bot deployed to development August 26, 2026 22:26 Active
@github-actions
github-actions Bot merged commit c1be71b into main Aug 26, 2026
13 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/strict-kwargs-2026.8.23 branch August 26, 2026 22:28
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