forked from aio-libs/aiohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.21.0 to 1.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/yarl/releases">yarl's releases</a>.</em></p> <blockquote> <h2>1.22.0</h2> <h2>Features</h2> <ul> <li> <p>Added arm64 Windows wheel builds -- by :user:<code>finnagin</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1516">#1516</a>.</p> </li> </ul> <hr /> <h2>1.20.1</h2> <h2>Bug fixes</h2> <ul> <li> <p>Started raising a :exc:<code>ValueError</code> exception raised for corrupted IPv6 URL values.</p> <p>These fixes the issue where exception :exc:<code>IndexError</code> was leaking from the internal code because of not being handled and transformed into a user-facing error. The problem was happening under the following conditions: empty IPv6 URL, brackets in reverse order.</p> <p>-- by :user:<code>MaelPic</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1512">#1512</a>.</p> </li> </ul> <h2>Packaging updates and notes for downstreams</h2> <ul> <li> <p>Updated to use Cython 3.1 universally across the build path -- by :user:<code>lysnikolaou</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1514">#1514</a>.</p> </li> <li> <p>Made Cython line tracing opt-in via the <code>with-cython-tracing</code> build config setting -- by :user:<code>bdraco</code>.</p> <p>Previously, line tracing was enabled by default in :file:<code>pyproject.toml</code>, which caused build issues for some users and made wheels nearly twice as slow. Now line tracing is only enabled when explicitly requested via <code>pip install . --config-setting=with-cython-tracing=true</code> or by setting the <code>YARL_CYTHON_TRACING</code> environment variable.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/yarl/issues/1521">#1521</a>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aio-libs/yarl/blob/master/CHANGES.rst">yarl's changelog</a>.</em></p> <blockquote> <h1>1.22.0</h1> <p><em>(2025-10-05)</em></p> <h2>Features</h2> <ul> <li> <p>Added arm64 Windows wheel builds -- by :user:<code>finnagin</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>1516</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/yarl/commit/ed241dedafda3a75ce17002aac28aa93927cff24"><code>ed241de</code></a> Release 1.22.0 (<a href="https://redirect.github.com/aio-libs/yarl/issues/1569">#1569</a>)</li> <li><a href="https://github.com/aio-libs/yarl/commit/38588fbed0ecee9110419d9b7492455423c70adb"><code>38588fb</code></a> Add windows arm64 wheel builds (<a href="https://redirect.github.com/aio-libs/yarl/issues/1516">#1516</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/yarl/compare/v1.21.0...v1.22.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 [propcache](https://github.com/aio-libs/propcache) from 0.4.0 to 0.4.1. <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.4.1</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed reference leak caused by <code>Py_INCREF</code> because Cython has its own reference counter systems -- 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/162">#162</a>.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li> <p>Fixes the default value for the <code>os</code> parameter in <code>reusable-build-wheel.yml</code> to be <code>ubuntu-latest</code> instead of <code>ubuntu</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/propcache/issues/155">#155</a>.</p> </li> </ul> <hr /> </blockquote> </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.4.1</h1> <p><em>(2025-10-08)</em></p> <h2>Bug fixes</h2> <ul> <li> <p>Fixed reference leak caused by <code>Py_INCREF</code> because Cython has its own reference counter systems -- by :user:<code>Vizonex</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>162</code>.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li> <p>Fixes the default value for the <code>os</code> parameter in <code>reusable-build-wheel.yml</code> to be <code>ubuntu-latest</code> instead of <code>ubuntu</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>155</code>.</p> </li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/propcache/commit/410fc9318e12b70c15e21c70ab75256d1c7b3f41"><code>410fc93</code></a> Release 0.4.1 (<a href="https://redirect.github.com/aio-libs/propcache/issues/163">#163</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/fc73c8fce9b1c8797fa9d65ef877a9ac026aa506"><code>fc73c8f</code></a> Fix Ref Leak (<a href="https://redirect.github.com/aio-libs/propcache/issues/162">#162</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/21ef3696b108653eb94a42e1a3875f60f9818b0d"><code>21ef369</code></a> Bump github/codeql-action from 3 to 4 (<a href="https://redirect.github.com/aio-libs/propcache/issues/160">#160</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/beb42ef2d4dfd1f2c6f08eee482d6d966c95ce4e"><code>beb42ef</code></a> Bump pytest-codspeed from 4.0.0 to 4.1.1 (<a href="https://redirect.github.com/aio-libs/propcache/issues/161">#161</a>)</li> <li><a href="https://github.com/aio-libs/propcache/commit/48b7325733976a456d84ecc65c162529ff18ffe2"><code>48b7325</code></a> Update default os parameter in reusable-build-wheel.yml to 'ubuntu-latest' (#...</li> <li><a href="https://github.com/aio-libs/propcache/commit/488c6477408b14f8a0bc49e93a9097d71a027d25"><code>488c647</code></a> Bump version to 0.4.1.dev0 (<a href="https://redirect.github.com/aio-libs/propcache/issues/151">#151</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/propcache/compare/v0.4.0...v0.4.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
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 : )