Skip to content

build(deps): bump slotscheck from 0.19.1 to 0.20.1 in /.github/workflows/requirements/style - #133

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/dot-github/workflows/requirements/style/slotscheck-0.20.1
Open

build(deps): bump slotscheck from 0.19.1 to 0.20.1 in /.github/workflows/requirements/style#133
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/dot-github/workflows/requirements/style/slotscheck-0.20.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps slotscheck from 0.19.1 to 0.20.1.

Release notes

Sourced from slotscheck's releases.

v0.20.1

  • Removed the click dependency in favor of the standard library argparse. This makes slotscheck dependency-free (aside from tomli for Python <3.11).
  • Add a readme note about the differences between slotscheck and static linters like Ruff and Pylint.

0.20.0

  • Improve speed and accuracy of detecting of "slotless" classes, even if they are not pure Python (e.g. C extension modules).
  • Remove support for alternative Python implementations (e.g. PyPy) since they treat slots differently and running slotscheck wouldn't be useful. It also allows us to use CPython-specific features.
  • Improve accuracy of benchmarks on "errors and violations" page.
  • Add experimental --detect-unused-slots flag (Python 3.13+ only) to detect slots that are declared but never assigned within the class body. Disabled by default. Use --exclude-slots to suppress false positives.
Changelog

Sourced from slotscheck's changelog.

0.20.1 (2026-07-05)

  • Removed the click dependency in favor of the standard library argparse. This makes slotscheck dependency-free (aside from tomli for Python <3.11).
  • Add a readme note about the differences between slotscheck and static linters like Ruff and Pylint.

0.20.0 (2026-05-29)

  • Improve speed and accuracy of detecting of "slotless" classes, even if they are not pure Python (e.g. C extension modules).
  • Remove support for alternative Python implementations (e.g. PyPy) since they treat slots differently and running slotscheck wouldn't be useful. It also allows us to use CPython-specific features.
  • Improve accuracy of benchmarks on "errors and violations" page.
  • Add experimental --detect-unused-slots flag (Python 3.13+ only) to detect slots that are declared but never assigned within the class body. Disabled by default. Use --exclude-slots to suppress false positives. Abstract classes are automatically excluded from this check.
Commits
  • c97c0d2 fix release date in changelog
  • 557fba9 fix brittle test
  • 734db78 add changelog note
  • 7556199 use sphinx argparse to generate CLI docs
  • 4dce3cb add ruff/pylint notes
  • 1b53f94 make version lazy-computed
  • 960f995 remove click dependency in favor of stdlib
  • 4fb44c0 Bump typing-extensions from 4.15.0 to 4.16.0
  • 2312500 Bump click from 8.4.1 to 8.4.2
  • 223dccc Bump ruff from 0.15.18 to 0.15.20
  • 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 [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.19.1 to 0.20.1.
- [Release notes](https://github.com/ariebovenberg/slotscheck/releases)
- [Changelog](https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst)
- [Commits](ariebovenberg/slotscheck@v0.19.1...v0.20.1)

---
updated-dependencies:
- dependency-name: slotscheck
  dependency-version: 0.20.1
  dependency-type: direct:production
  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 3, 2026
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