[pull] master from aio-libs:master#561
Merged
Merged
Conversation
Bumps [propcache](https://github.com/aio-libs/propcache) from 0.4.1 to 0.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/propcache/releases">propcache's releases</a>.</em></p> <blockquote> <h2>0.5.2</h2> <p>0.5.0 and 0.5.1 were tagged earlier today but never reached PyPI: 0.5.0's deploy failed at cibuildwheel's post-build pytest on free-threaded armv7l musllinux (SIGBUS under QEMU emulation while importing the C extension), and 0.5.1's deploy hit a transient sigstore Rekor 502 during the attestation step. 0.5.2 is the first of the three to actually publish.</p> <h2>Features</h2> <ul> <li> <p>Added support for newer type hints and remove <code>Optional</code> and <code>Union</code> from all annotations -- by :user:<code>Vizonex</code></p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/193">#193</a>.</p> </li> </ul> <h2>Removals and backward incompatible breaking changes</h2> <ul> <li> <p>Dropped support for Python 3.9 as it has reached end of life.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/216">#216</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Changed the Cython build dependency from <code>~= 3.1.0</code> to <code>>= 3.2.0</code>, removing the upper version bound to avoid conflicts for downstream packagers -- by :user:<code>jameshilliard</code> and :user:<code>gundalow</code>.</p> <p>The upstream Cython version is pinned to 3.2.4 in the CI/CD environment.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/184">#184</a>, <a href="https://redirect.github.com/aio-libs/propcache/issues/188">#188</a>, <a href="https://redirect.github.com/aio-libs/propcache/issues/214">#214</a>.</p> </li> <li> <p>Start building and shipping riscv64 wheels -- by :user:<code>justeph</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/194">#194</a>.</p> </li> <li> <p>The :pep:<code>517</code> build backend now supports a new <code>build-inplace</code> config setting (and <code>PROPCACHE_BUILD_INPLACE</code> environment variable) for controlling whether to build the project in-tree or in a temporary directory. It only affects wheels and is set up to build in a temporary directory by default. It does not affect editable wheel builds; they will keep being built in-tree regardless.</p> <p>Here's an example of using this setting:</p> <p>.. code-block:: console</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/propcache/blob/master/CHANGES.rst">propcache's changelog</a>.</em></p> <blockquote> <h1>0.5.2</h1> <p><em>(2026-05-08)</em></p> <p>No significant changes.</p> <hr /> <h1>0.5.1</h1> <p><em>(2026-05-08)</em></p> <p>No significant changes.</p> <hr /> <h1>0.5.0</h1> <p><em>(2026-05-08)</em></p> <h2>Features</h2> <ul> <li> <p>Added support for newer type hints and remove <code>Optional</code> and <code>Union</code> from all annotations -- by :user:<code>Vizonex</code></p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>193</code>.</p> </li> </ul> <h2>Removals and backward incompatible breaking changes</h2> <ul> <li> <p>Dropped support for Python 3.9 as it has reached end of life.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>216</code>.</p> </li> </ul> <p>Packaging updates and notes for downstreams</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/propcache/commit/041f7afe0dff07f3baa77ff444dd735433290940"><code>041f7af</code></a> Release 0.5.2 (<a href="https://redirect.github.com/aio-libs/propcache/issues/222">#222</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/9c374aa535fc054676ed84b4e709b8a29cb9a60c"><code>9c374aa</code></a> Release 0.5.1 (<a href="https://redirect.github.com/aio-libs/propcache/issues/221">#221</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/c4e2b787766b8fd3c0eb7a1f947c7ab8c05cf6f4"><code>c4e2b78</code></a> Skip cibuildwheel test on free threaded armv7l musllinux (<a href="https://redirect.github.com/aio-libs/propcache/issues/220">#220</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/e60bdedb748d995e47358d34b81930f85a979c00"><code>e60bded</code></a> Release 0.5.0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/219">#219</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/b88f846f78f8816df48cb8c593d216d235bec87f"><code>b88f846</code></a> Make wheel builds reproducible (<a href="https://redirect.github.com/aio-libs/propcache/issues/218">#218</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/fdacd6cd20833a2049793c20997ee0215d1dedda"><code>fdacd6c</code></a> Update Typehint annotations (<a href="https://redirect.github.com/aio-libs/propcache/issues/193">#193</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/483e9d36431d6470b6622c6057afa6c404ec8c6c"><code>483e9d3</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/propcache/issues/204">#204</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/d0d45e182ab5d580effa7ee4bf562ae14397a67d"><code>d0d45e1</code></a> Drop Python 3.9 support (<a href="https://redirect.github.com/aio-libs/propcache/issues/216">#216</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/c0bacf5846a3f168a3868751f6f3ed42564693c4"><code>c0bacf5</code></a> Update pytest-cov requirement from >=2.3.1 to >=7.1.0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/210">#210</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/9bfb3e4f32dc4bed06e153b0a2b377ef18524d69"><code>9bfb3e4</code></a> Bump pytest-codspeed from 4.3.0 to 4.5.0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/211">#211</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/propcache/compare/v0.4.1...v0.5.2">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 [librt](https://github.com/mypyc/librt) from 0.10.0 to 0.11.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mypyc/librt/commit/862679a0492f4433a286b2d53965ec2603623be1"><code>862679a</code></a> Sync mypy and bump version to 0.11.0 (<a href="https://redirect.github.com/mypyc/librt/issues/40">#40</a>)</li> <li>See full diff in <a href="https://github.com/mypyc/librt/compare/v0.10.0...v0.11.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>
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 : )