Skip to content

[pull] master from aio-libs:master - #758

Merged
pull[bot] merged 2 commits into
tj-python:masterfrom
aio-libs:master
Sep 10, 2026
Merged

[pull] master from aio-libs:master#758
pull[bot] merged 2 commits into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Sep 10, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Bumps [slotscheck](https://github.com/ariebovenberg/slotscheck) from
0.20.1 to 0.21.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>v0.21.0</h2>
<ul>
<li>Add <code>--pythonpath</code> option to add directories to Python's
import path. This is equivalent to setting <code>$PYTHONPATH</code>, but
usable in places where environment variables are awkward to set (such as
pre-commit on Windows).</li>
<li>When a file isn't importable, the error message now suggests the
directory to add to the import path, instead of only linking to the
documentation.</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.21.0 (2026-09-06)</h2>
<ul>
<li>Add <code>--pythonpath</code> option to add directories to Python's
import path.
This is equivalent to setting <code>$PYTHONPATH</code>, but usable in
places where
environment variables are awkward to set (such as pre-commit on
Windows).</li>
<li>When a file isn't importable, the error message now suggests the
directory
to add to the import path, instead of only linking to the
documentation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/c30bb069166b9dd53ddc2c5078a1458b0d803ee8"><code>c30bb06</code></a>
prepare release</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/129f7c1aa28740c0e29f946069ced3129a76f080"><code>129f7c1</code></a>
fix fragile test</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/e02c3769cc253a55933a75521ec0df0a3683272c"><code>e02c376</code></a>
add help and CLI option for specifying pythonpath</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/f56e8e66965d959c856137f44af7525e542a336a"><code>f56e8e6</code></a>
Bump ruff from 0.16.4 to 0.16.5</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/5dcb4ce3f2005a14cd22f5d3b08257cd5bdfd69a"><code>5dcb4ce</code></a>
Bump sphinx-argparse from 0.6.0 to 0.6.1</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/4ebde0b482f1238493c40bb2cd2f1c9f4893fb79"><code>4ebde0b</code></a>
Bump ruff from 0.16.3 to 0.16.4</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/c7242db2d83d33eba2754ec9795e5d884de81b03"><code>c7242db</code></a>
Bump astral-sh/setup-uv from 9.0.0 to 10.0.1</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/bc214fcca43afc767482faf9d8fcb4235bf8ac0e"><code>bc214fc</code></a>
Bump ruff from 0.16.2 to 0.16.3</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/df8268c1f4da07ecc5694a1b997beed7480e64f4"><code>df8268c</code></a>
Bump ruff from 0.16.1 to 0.16.2</li>
<li><a
href="https://github.com/ariebovenberg/slotscheck/commit/4d0c11664ddf3c5e087a6f6899f950c2d32e20f5"><code>4d0c116</code></a>
Bump ruff from 0.16.0 to 0.16.1</li>
<li>Additional commits viewable in <a
href="https://github.com/ariebovenberg/slotscheck/compare/v0.20.1...v0.21.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.20.1&new-version=0.21.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>
Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from 0.9.0
to 0.10.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/15364dbc8ef47f786b6e435cac38884844386f50"><code>15364db</code></a>
Bump version to 0.10.0</li>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/79b139ad336ba02c960fa74f26759447389ffc85"><code>79b139a</code></a>
Reject invalid type ignores (<a
href="https://redirect.github.com/mypyc/ast_serialize/issues/83">#83</a>)</li>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/3bfe26c412b1682cf2206ead2c7c6370d96d2b17"><code>3bfe26c</code></a>
Add flag indicating if type comment was used for a function (<a
href="https://redirect.github.com/mypyc/ast_serialize/issues/85">#85</a>)</li>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/0438ee5a1641d7e7c009e0c5277c35fbe1eb4acc"><code>0438ee5</code></a>
Fix compile warnings by deleting unused constants (<a
href="https://redirect.github.com/mypyc/ast_serialize/issues/84">#84</a>)</li>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/3c54841a0166414f88b3b818df45f36fb0c3d01b"><code>3c54841</code></a>
Add a flag indicating use of (unsupported) unicode surrogates (<a
href="https://redirect.github.com/mypyc/ast_serialize/issues/82">#82</a>)</li>
<li>See full diff in <a
href="https://github.com/mypyc/ast_serialize/compare/v0.9.0...v0.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ast-serialize&package-manager=pip&previous-version=0.9.0&new-version=0.10.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>
@pull pull Bot locked and limited conversation to collaborators Sep 10, 2026
@pull pull Bot added the ⤵️ pull label Sep 10, 2026
@pull
pull Bot merged commit 5da6d53 into tj-python:master Sep 10, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants