Avatar for the aio-libs user
aio-libs
aiohttp
BlogDocsChangelog

Performance History

Latest Results

Bump slotscheck from 0.19.1 to 0.20.0 (#12728) Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.19.1 to 0.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ariebovenberg/slotscheck/releases">slotscheck's releases</a>.</em></p> <blockquote> <h2>0.20.0</h2> <ul> <li>Improve speed and accuracy of detecting of &quot;slotless&quot; classes, even if they are not pure Python (e.g. C extension modules).</li> <li>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.</li> <li>Improve accuracy of benchmarks on &quot;errors and violations&quot; page.</li> <li>Add experimental <code>--detect-unused-slots</code> flag (Python 3.13+ only) to detect slots that are declared but never assigned within the class body. Disabled by default. Use <code>--exclude-slots</code> to suppress false positives.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst">slotscheck's changelog</a>.</em></p> <blockquote> <h2>0.20.0 (2026-05-29)</h2> <ul> <li>Improve speed and accuracy of detecting of &quot;slotless&quot; classes, even if they are not pure Python (e.g. C extension modules).</li> <li>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.</li> <li>Improve accuracy of benchmarks on &quot;errors and violations&quot; page.</li> <li>Add experimental <code>--detect-unused-slots</code> flag (Python 3.13+ only) to detect slots that are declared but never assigned within the class body. Disabled by default. Use <code>--exclude-slots</code> to suppress false positives. Abstract classes are automatically excluded from this check.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/26f749d66c42fabdb3f69a184540fed3aa2fb3f9"><code>26f749d</code></a> Release 0.20 (<a href="https://redirect.github.com/ariebovenberg/slotscheck/issues/294">#294</a>)</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/17d803e53cc4d3b57ceb807487e8812437ced2a9"><code>17d803e</code></a> Merge pull request <a href="https://redirect.github.com/ariebovenberg/slotscheck/issues/293">#293</a> from ariebovenberg/dependabot/pip/furo-gte-2025.12.19...</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/b9713b9ded26d6e6f725a3e74384676910915bdc"><code>b9713b9</code></a> Update furo requirement from &lt;2026,&gt;=2024.8.6 to &gt;=2025.12.19,&lt;2026</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/669a5eb149c0614bdc4160a232eb7564f02cb547"><code>669a5eb</code></a> Merge pull request <a href="https://redirect.github.com/ariebovenberg/slotscheck/issues/292">#292</a> from ariebovenberg/dependabot/pip/tomli-2.4.1</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/05909f45b347762d17b011ff654c8e023e4163ac"><code>05909f4</code></a> Bump tomli from 2.4.0 to 2.4.1</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/80b41695a9823096bf04a92fd2426c69876e6fcd"><code>80b4169</code></a> Merge pull request <a href="https://redirect.github.com/ariebovenberg/slotscheck/issues/291">#291</a> from ariebovenberg/dependabot/pip/tomli-2.4.0</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/a4b83403c267949caacee6ef1c36d64db6ff1e47"><code>a4b8340</code></a> Bump tomli from 2.3.0 to 2.4.0</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/c4f72c03eae9d44a3eb197d8bfd4765da6b9d16c"><code>c4f72c0</code></a> Merge pull request <a href="https://redirect.github.com/ariebovenberg/slotscheck/issues/290">#290</a> from ariebovenberg/dependabot/pip/sphinx-click-approx...</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/1c743d077f8390b88fab893397ed602e4ccc36f9"><code>1c743d0</code></a> Update sphinx-click requirement from ~=6.0.0 to ~=6.2.0</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/41f715cdef898060367b859b60937a28e3306433"><code>41f715c</code></a> Merge pull request <a href="https://redirect.github.com/ariebovenberg/slotscheck/issues/289">#289</a> from ariebovenberg/dependabot/pip/sphinx-gt-8-and-lt-10</li> <li>Additional commits viewable in <a href="https://github.com/ariebovenberg/slotscheck/compare/v0.19.1...v0.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slotscheck&package-manager=pip&previous-version=0.19.1&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
5 hours ago
Apply suggestion from @Dreamsorcerer
timrid:patchback/backports/3.14/bc504dafcecad929eeb20cfcab71d2d66df9e28e/pr-12220
17 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
timrid:patchback/backports/3.14/bc504dafcecad929eeb20cfcab71d2d66df9e28e/pr-12220
17 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Bump idna from 3.15 to 3.17#12729
17 hours ago
e224641
dependabot/pip/3.14/idna-3.17
CodSpeed Performance Gauge
0%
17 hours ago
09767b1
dependabot/pip/3.14/coverage-7.14.1
CodSpeed Performance Gauge
0%
17 hours ago
2ef05e9
timrid:patchback/backports/3.14/bc504dafcecad929eeb20cfcab71d2d66df9e28e/pr-12220
© 2026 CodSpeed Technology
Home Terms Privacy Docs