Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cython from 3.0.4 to 3.0.5 (aio-libs#7770)
Bumps [cython](https://github.com/cython/cython) from 3.0.4 to 3.0.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cython/cython/blob/master/CHANGES.rst">cython's changelog</a>.</em></p> <blockquote> <h1>3.0.5 (2023-10-??)</h1> <h2>Bugs fixed</h2> <ul> <li> <p>A compiler crash was fixed. (Github issue :issue:<code>5771</code>)</p> </li> <li> <p>A typo in the <code>always_allow_keywords</code> directive for Python code was fixed. Patch by lk-1984. (Github issue :issue:<code>5772</code>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/848eb70abb937338948d4e44ff3bb64dd42d38a4"><code>848eb70</code></a> Prepare release of 3.0.5.</li> <li><a href="https://github.com/cython/cython/commit/8778c680b5febf1764d9f7a97a0418bdf2410545"><code>8778c68</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/f697dec5c4b769ff3732d665c242cc809889aa1e"><code>f697dec</code></a> Use sysconfig module instead of distutils.sysconfig for python >= 3.9 (<a href="https://redirect.github.com/cython/cython/issues/5761">GH-5761</a>)</li> <li><a href="https://github.com/cython/cython/commit/fd9644342c0a7af885e103677e407173428162b9"><code>fd96443</code></a> Adapt to C-API changes in CPython 3.13a1 (<a href="https://redirect.github.com/cython/cython/issues/5767">GH-5767</a>)</li> <li><a href="https://github.com/cython/cython/commit/526e1fc943c5768600c3aeb3fdee7051b8375318"><code>526e1fc</code></a> Avoid a C++ warning about needlessly casting "const char*" to "char*" in Py3....</li> <li><a href="https://github.com/cython/cython/commit/edaea23cc5a7909e84d3bd01b0a8ab2206af8e95"><code>edaea23</code></a> Avoid a costly Python dict creation in a function call when we'd only pass th...</li> <li><a href="https://github.com/cython/cython/commit/f0d2a1a1037dca87c85b17822f0b46838c0fb7a2"><code>f0d2a1a</code></a> Minor cleanup and comments.</li> <li><a href="https://github.com/cython/cython/commit/06870068a5378d4c4c5d237351ea2a161d9f55cf"><code>0687006</code></a> Cleanup: Free Python objects in opposite allocation order in order to reduce ...</li> <li><a href="https://github.com/cython/cython/commit/1ef3c9d0e6d217747503aafe4a76fd2162955d77"><code>1ef3c9d</code></a> Fix an incorrect macro usage as version check.</li> <li><a href="https://github.com/cython/cython/commit/57ae78d8a8ca6ffe277d64bb31428b75254d45b2"><code>57ae78d</code></a> Fix a C function prototype warning (<a href="https://redirect.github.com/cython/cython/issues/5780">#5780</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.0.4...3.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cython&package-manager=pip&previous-version=3.0.4&new-version=3.0.5)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information