Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps cython from 3.1.4 to 3.1.5.

Release notes

Sourced from cython's releases.

3.1.5 (2025-10-19)

Bugs fixed

  • Conversion from C++ strings longer than PY_SSIZE_T_MAX did not validate the length.

  • Some non-Limited API code was incorrectly used in generated header files. (Github issue :issue:7157)

  • Optimised unpacking of Python integers in expressions uses a slightly safer scheme. (Github issue :issue:7134)

  • Empty return statements were not always reported when tracing. (Github issue :issue:7022)

  • Value conversion errors when tracing C return statements no longer fail the trace but fall back to reporting None returns instead. (Github issue :issue:6503)

Changelog

Sourced from cython's changelog.

3.1.5 (2025-10-20)

Bugs fixed

  • Conversion from C++ strings longer than PY_SSIZE_T_MAX did not validate the length.

  • Some non-Limited API code was incorrectly used in generated header files. (Github issue :issue:7157)

  • Optimised unpacking of Python integers in expressions uses a slightly safer scheme. (Github issue :issue:7134)

  • Empty return statements were not always reported when tracing. (Github issue :issue:7022)

  • Value conversion errors when tracing C return statements no longer fail the trace but fall back to reporting None returns instead. (Github issue :issue:6503)

Commits
  • 24eb0d5 Build: Move release step to separate job to enforce complete releases and cut...
  • 2dc58ee Update changelog.
  • 5f1fa05 Fix CI for Python 3.14.0 (GH-7197)
  • acc3d7c Adapt some tests to different error messages in Py3.15.
  • 9143822 Replace outdated "codecs.open()" usage with just "open()".
  • bbe4838 Prepare release of 3.1.5.
  • 3bc285d Upgrade cibuildwheel to latest 3.2.1.
  • 729dd6c Update changelog.
  • c4da583 Allow TraceReturnCValue conversion to fail in non-monitoring (#7064)
  • dd66438 Fix tracing of empty return statements (GH-7067)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [cython](https://github.com/cython/cython) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 20, 2025 11:13
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.73%. Comparing base (42fc48a) to head (b8bf5e1).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11691      +/-   ##
==========================================
- Coverage   98.74%   98.73%   -0.01%     
==========================================
  Files         127      127              
  Lines       43549    43549              
  Branches     2327     2327              
==========================================
- Hits        43003    43000       -3     
- Misses        390      393       +3     
  Partials      156      156              
Flag Coverage Δ
CI-GHA 98.62% <ø> (-0.01%) ⬇️
OS-Linux 98.36% <ø> (-0.01%) ⬇️
OS-Windows 96.69% <ø> (ø)
OS-macOS 97.59% <ø> (+<0.01%) ⬆️
Py-3.10.11 97.15% <ø> (ø)
Py-3.10.19 97.65% <ø> (ø)
Py-3.11.14 97.84% <ø> (ø)
Py-3.11.9 97.35% <ø> (ø)
Py-3.12.10 97.45% <ø> (ø)
Py-3.12.12 97.95% <ø> (-0.01%) ⬇️
Py-3.13.8 98.20% <ø> (ø)
Py-3.14.0 98.16% <ø> (+<0.01%) ⬆️
Py-3.14.0t 97.22% <ø> (ø)
Py-pypy3.10.16-7.3.19 87.00% <ø> (-10.19%) ⬇️
VM-macos 97.59% <ø> (+<0.01%) ⬆️
VM-ubuntu 98.36% <ø> (-0.01%) ⬇️
VM-windows 96.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 20, 2025

CodSpeed Performance Report

Merging #11691 will not alter performance

Comparing dependabot/pip/cython-3.1.5 (b8bf5e1) with master (42fc48a)

Summary

✅ 59 untouched

@github-actions github-actions bot merged commit a0eb8f6 into master Oct 20, 2025
42 checks passed
@github-actions github-actions bot deleted the dependabot/pip/cython-3.1.5 branch October 20, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant