[pull] master from aio-libs:master#530
Merged
pull[bot] merged 5 commits intotj-python:masterfrom Apr 14, 2026
Merged
Conversation
Bumps [librt](https://github.com/mypyc/librt) from 0.8.0 to 0.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/8f66cfe9cb3611b32741dd5b00e9049a627d6ccb"><code>8f66cfe</code></a> Bump version to 0.9.0</li> <li><a href="https://github.com/mypyc/librt/commit/149b3698bc3f6f7724f3fe6148938d6a4bc0d421"><code>149b369</code></a> Sync mypy including extract_symbol() PR (<a href="https://redirect.github.com/mypyc/librt/issues/37">#37</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/05c11113460b73eb8ecc90adf539996012510169"><code>05c1111</code></a> Use PEP 639 license metadata (<a href="https://redirect.github.com/mypyc/librt/issues/34">#34</a>)</li> <li><a href="https://github.com/mypyc/librt/commit/e9c167e17aa3c1e949befa90cc8d062fea6eeaaa"><code>e9c167e</code></a> Sync mypy</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.8.0...v0.9.0">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>
Bumps [rich](https://github.com/Textualize/rich) from 14.3.3 to 15.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The So Long 3.8 Release</h2> <p>A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024</p> <h2>[15.0.0] - 2026-04-12</h2> <h3>Changed</h3> <ul> <li>Breaking change: Dropped support for Python3.8</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed empty print ignoring the <code>end</code> parameter <a href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li> <li>Fixed <code>Text.from_ansi</code> removing newlines <a href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li> <li>Fixed <code>FileProxy.isatty</code> not proxying <a href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li> <li>Fixed inline code in Markdown tables cells <a href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li> </ul> <h2>The Faster Startup Release</h2> <p>No new features in this release, but there should be improved startup time for Rich apps, and potentially improved runtime if you have a lot of links.</p> <h2>[14.3.4] - 2026-04-11</h2> <h3>Changed</h3> <ul> <li>Improved import time with lazy loading <a href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li> <li>Changed link id generation to avoid random number generation at runtime <a href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[15.0.0] - 2026-04-12</h2> <h3>Changed</h3> <ul> <li>Breaking change: Dropped support for Python3.8</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed empty print ignoring the <code>end</code> parameter <a href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li> <li>Fixed <code>Text.from_ansi</code> removing newlines <a href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li> <li>Fixed <code>FileProxy.isatty</code> not proxying <a href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li> <li>Fixed inline code in Markdown tables cells <a href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li> </ul> <h2>[14.3.4] - 2026-04-11</h2> <h3>Changed</h3> <ul> <li>Improved import time with lazy loading <a href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li> <li>Changed link id generation to avoid random number generation at runtime <a href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/6ac483cbea39cab124dfd3483bba70ffafb71050"><code>6ac483c</code></a> correction</li> <li><a href="https://github.com/Textualize/rich/commit/458a9109c8b7da81c17b2270ea8a88f3e8c0465a"><code>458a910</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4080">#4080</a> from Textualize/bump1500</li> <li><a href="https://github.com/Textualize/rich/commit/82e06e0d9985fd8cce456dc3977e0d2d9e84b4d8"><code>82e06e0</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/d6556bc44881b9904f29f5d9d69a0812b30675d1"><code>d6556bc</code></a> bump to 15.0.0</li> <li><a href="https://github.com/Textualize/rich/commit/ffe2edc5968eac19d5493c2d7b27965031a692e9"><code>ffe2edc</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4079">#4079</a> from Textualize/inline-table-code</li> <li><a href="https://github.com/Textualize/rich/commit/cf3b5a16f7a76b2e8c4921d3314021bb72a6c5c1"><code>cf3b5a1</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/77f0edbdef71f2a895cd0ab1481e9a1fc79d42e6"><code>77f0edb</code></a> remove comments</li> <li><a href="https://github.com/Textualize/rich/commit/7ef2d05ca8aa3cb405dab2fdf3282e69cf8089e3"><code>7ef2d05</code></a> fix inline code in table cells</li> <li><a href="https://github.com/Textualize/rich/commit/19c67b9a3479841e9133bea94607c89ee931d3fc"><code>19c67b9</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4077">#4077</a> from Textualize/isattry</li> <li><a href="https://github.com/Textualize/rich/commit/494b795031782c694297d2db78bd04fb8c82f590"><code>494b795</code></a> changelog</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v14.3.3...v15.0.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…roup across 1 directory (#12341) Bumps the pip group with 1 update in the /requirements directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 46.0.6 to 46.0.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>46.0.7 - 2026-04-07</p> <pre><code> * **SECURITY ISSUE**: Fixed an issue where non-contiguous buffers could be passed to APIs that accept Python buffers, which could lead to buffer overflow. **CVE-2026-39892** * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.6. <p>.. _v46-0-6:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/622d672e429a7cff836a23c5903683dbec1901f5"><code>622d672</code></a> 46.0.7 release (<a href="https://redirect.github.com/pyca/cryptography/issues/14602">#14602</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/46.0.6...46.0.7">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.2.1 to 1.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/releases">python-discovery's releases</a>.</em></p> <blockquote> <h2>1.2.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>export normalize_isa and deprecate KNOWN_ARCHITECTURES by <a href="https://github.com/rahuldevikar"><code>@rahuldevikar</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/62">tox-dev/python-discovery#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/python-discovery/compare/1.2.1...1.2.2">https://github.com/tox-dev/python-discovery/compare/1.2.1...1.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/python-discovery/commit/50d83545a3594ce1a5425d8ec33309bc37552707"><code>50d8354</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/61">#61</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/52d36ef701a71e5dfda01e829a40f98126d12143"><code>52d36ef</code></a> export normalize_isa and deprecate KNOWN_ARCHITECTURES (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/62">#62</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/993fced4229a1c0335e820a3e85c2b1f4efb6bbf"><code>993fced</code></a> build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/60">#60</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/b7ab5b7edd7ab8bcc9ac77f3603c6fe6538892ab"><code>b7ab5b7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/58">#58</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/python-discovery/compare/1.2.1...1.2.2">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.9.4 to 4.9.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/platformdirs/releases">platformdirs's releases</a>.</em></p> <blockquote> <h2>4.9.6</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(release): use double quotes for tag variable expansion by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/477">tox-dev/platformdirs#477</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.9.5...4.9.6">https://github.com/tox-dev/platformdirs/compare/4.9.5...4.9.6</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst">platformdirs's changelog</a>.</em></p> <blockquote> <p>########### Changelog ###########</p> <hr /> <p>4.9.6 (2026-04-09)</p> <hr /> <ul> <li>🐛 fix(release): use double quotes for tag variable expansion :pr:<code>477</code></li> </ul> <hr /> <p>4.9.5 (2026-04-06)</p> <hr /> <ul> <li>📝 docs(appauthor): clarify None vs False on Windows :pr:<code>476</code></li> <li>Separates implementations of macOS dirs that share a default :pr:<code>473</code> - by :user:<code>Goddesen</code></li> <li>Remove persist-credentials: false from release job :pr:<code>472</code></li> <li>fix: do not duplicate site dirs in Unix.iter_{config,site}_dirs() when use_site_for_root is active :pr:<code>469</code> - by :user:<code>viccie30</code></li> <li>🔧 fix(type): resolve ty 0.0.25 type errors :pr:<code>468</code></li> <li>🔒 ci(workflows): add zizmor security auditing :pr:<code>467</code></li> <li>🐛 fix(release): generate docstrfmt-compatible changelog entries :pr:<code>463</code></li> </ul> <hr /> <p>4.9.4 (2026-03-05)</p> <hr /> <ul> <li>[pre-commit.ci] pre-commit autoupdate :pr:<code>461</code> - by :user:<code>pre-commit-ci[bot]</code></li> <li>Update README.md</li> <li>📝 docs: add project logo to documentation :pr:<code>459</code></li> <li>Standardize .github files to .yaml suffix</li> <li>build(deps): bump the all group with 2 updates :pr:<code>457</code> - by :user:<code>dependabot[bot]</code></li> <li>Move SECURITY.md to .github/SECURITY.md</li> <li>Add permissions to workflows :pr:<code>455</code></li> <li>Add security policy</li> <li>[pre-commit.ci] pre-commit autoupdate :pr:<code>454</code> - by :user:<code>pre-commit-ci[bot]</code></li> </ul> <hr /> <p>4.9.2 (2026-02-16)</p> <hr /> <ul> <li>📝 docs: restructure following Diataxis framework :pr:<code>448</code></li> <li>📝 docs(platforms): fix RST formatting and TOC hierarchy :pr:<code>447</code></li> </ul> <hr /> <p>4.9.1 (2026-02-14)</p> <hr /> <ul> <li>📝 docs: enhance README, fix issues, and reorganize platforms.rst :pr:<code>445</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/platformdirs/commit/56efd776d68a94898b319c108933d0cfbff813af"><code>56efd77</code></a> Release 4.9.6</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/d5d812a02102c633a39f3dfdddbc6bb1670b13ae"><code>d5d812a</code></a> 🐛 fix(release): use double quotes for tag variable expansion (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/477">#477</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/c2b0cee3a8261b3a75b283b9ef148d2425d48d35"><code>c2b0cee</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the al...</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/7688069a09e03bb4e97fe0f9cf3aebedc8a6f7f9"><code>7688069</code></a> Release 4.9.5</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/104d28b48c59b327a7832b23509187eef2764af8"><code>104d28b</code></a> 📝 docs(appauthor): clarify None vs False on Windows (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/476">#476</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/0955048684241725bb2eae8a2ba5bc7f7f46c9a0"><code>0955048</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/475">#475</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/bd3c76602f88284eb832c7f5297c354ea7ac5906"><code>bd3c766</code></a> build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 in the all group (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/474">#474</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/749ac3f33ffc5af04fb8bb046bbbcc4d5aa562c9"><code>749ac3f</code></a> Separates implementations of macOS dirs that share a default (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/473">#473</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/cb8815684f15c58ad1b87c8b1d34f9bf2d79780e"><code>cb88156</code></a> Remove persist-credentials: false from release job (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/472">#472</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/a501eabd7dd0e56116c38fa9dba15f3c0b60010a"><code>a501eab</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/470">#470</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/platformdirs/compare/4.9.4...4.9.6">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )