Skip to content

Commit

Permalink
Bump cython from 3.0.4 to 3.0.5 (aio-libs#7770)
Browse files Browse the repository at this point in the history
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 &gt;= 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 &quot;const char*&quot; to
&quot;char*&quot; 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
dependabot[bot] authored Oct 31, 2023
1 parent 6f1315b commit 015f14c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cryptography==41.0.3
# via
# pyjwt
# trustme
cython==3.0.4
cython==3.0.5
# via -r requirements/cython.in
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -83,6 +83,10 @@ idna==3.4
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via sphinx
importlib-resources==6.1.0
# via towncrier
incremental==22.10.0
# via towncrier
iniconfig==2.0.0
Expand Down Expand Up @@ -154,6 +158,8 @@ python-dateutil==2.8.2
# via time-machine
python-on-whales==0.65.0
# via -r requirements/test.in
pytz==2023.3.post1
# via babel
pyyaml==6.0.1
# via pre-commit
re-assert==1.1.0
Expand Down Expand Up @@ -246,6 +252,10 @@ wheel==0.41.0
# via pip-tools
yarl==1.9.2
# via -r requirements/runtime-deps.in
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
#
cython==3.0.4
cython==3.0.5
# via -r requirements/cython.in
multidict==6.0.4
# via -r requirements/multidict.in
Expand Down

0 comments on commit 015f14c

Please sign in to comment.