aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump slotscheck from 0.20.0 to 0.20.1 (#13067) Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.20.0 to 0.20.1. <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>v0.20.1</h2> <ul> <li>Removed the <code>click</code> dependency in favor of the standard library <code>argparse</code>. This makes <code>slotscheck</code> dependency-free (aside from <code>tomli</code> for Python <3.11).</li> <li>Add a readme note about the differences between <code>slotscheck</code> and static linters like Ruff and Pylint.</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.1 (2026-07-05)</h2> <ul> <li>Removed the <code>click</code> dependency in favor of the standard library <code>argparse</code>. This makes <code>slotscheck</code> dependency-free (aside from <code>tomli</code> for Python <3.11).</li> <li>Add a readme note about the differences between <code>slotscheck</code> and static linters like Ruff and Pylint.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/c97c0d2a4a3929ed04394e3f2c0e834cb9486c0a"><code>c97c0d2</code></a> fix release date in changelog</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/557fba941f89960d350466e69c89156137f2722b"><code>557fba9</code></a> fix brittle test</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/734db7866dd8081362293bff08d18771acf9e9e6"><code>734db78</code></a> add changelog note</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/75561992f232d0de13ce83d136635d6cbd24ce6e"><code>7556199</code></a> use sphinx argparse to generate CLI docs</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/4dce3cbd400ae44f1834eec1bf8a631fb67c98d4"><code>4dce3cb</code></a> add ruff/pylint notes</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/1b53f94610d8529233f150cdb20febebfb6f2c68"><code>1b53f94</code></a> make <strong>version</strong> lazy-computed</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/960f99525199dd6e27673cc6ffb5e299c3971ab3"><code>960f995</code></a> remove click dependency in favor of stdlib</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/4fb44c0da086af3ab4defba082f764b6d00b19b5"><code>4fb44c0</code></a> Bump typing-extensions from 4.15.0 to 4.16.0</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/231250033bb964b2033f5eba9464896489ba7421"><code>2312500</code></a> Bump click from 8.4.1 to 8.4.2</li> <li><a href="https://github.com/ariebovenberg/slotscheck/commit/223dcccb98439cefaf85f4db0f43f8a47a257433"><code>223dccc</code></a> Bump ruff from 0.15.18 to 0.15.20</li> <li>Additional commits viewable in <a href="https://github.com/ariebovenberg/slotscheck/compare/v0.20.0...v0.20.1">compare view</a></li> </ul> </details> <br /> [](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
6 minutes ago
multipart: tolerate OWS after a quoted Content-Disposition value parse_content_disposition checked is_quoted(value) on a raw fragment that still had the optional whitespace RFC 9110 section 5.6.6 permits between the closing quote and the next semicolon. is_quoted rejects trailing whitespace, so the parser fell into the "semicolon-repair" branch and greedily glued the next parameter onto the end of the filename. With no later parameter, the whole header was dropped to (None, {}) with a BadContentDispositionHeader warning instead of being parsed. Add an rstrip() check before falling through so a quoted value followed by OWS is recognised as quoted and the trailing parameter is parsed on its own. Cover the new behaviour with four tests in TestParseContentDisposition. Fixes #13002
HrachShah:fix-13009-clean
5 hours ago
Fix OWS in Content-Disposition
fix-ows
12 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
HrachShah:fix-13009-clean
15 hours ago
Bump slotscheck from 0.20.0 to 0.20.1 Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/ariebovenberg/slotscheck/releases) - [Changelog](https://github.com/ariebovenberg/slotscheck/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ariebovenberg/slotscheck/compare/v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: slotscheck dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/slotscheck-0.20.1
20 hours ago
Bump python-discovery from 1.4.2 to 1.4.3 Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/python-discovery/compare/1.4.2...1.4.3) --- updated-dependencies: - dependency-name: python-discovery dependency-version: 1.4.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/python-discovery-1.4.3
20 hours ago
Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/3.15/astral-sh/setup-uv-8.3.0
20 hours ago
Bump setuptools from 82.0.1 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 82.0.1 to 83.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/setuptools-83.0.0
20 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
multipart: tolerate OWS after a quoted Content-Disposition value
#13068
15 hours ago
864e6c4
HrachShah:fix-13009-clean
CodSpeed Performance Gauge
0%
Fix OWS in Content-Disposition
#13069
13 hours ago
4ecf286
fix-ows
CodSpeed Performance Gauge
0%
Bump slotscheck from 0.20.0 to 0.20.1
#13066
21 hours ago
b7967ac
dependabot/pip/3.15/slotscheck-0.20.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs