Skip to content

Update cython requirement from <4,>=3.1 to >=3.1.8,<4#147

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cython-gte-3.1.8-and-lt-4
Closed

Update cython requirement from <4,>=3.1 to >=3.1.8,<4#147
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cython-gte-3.1.8-and-lt-4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updates the requirements on cython to permit the latest version.

Changelog

Sourced from cython's changelog.

3.1.8 (2026-01-03)

Bugs fixed

  • Assignment expressions used in comprehensions could look at the wrong scope, thus using different variables and different data. (Github issue :issue:6547)

  • Some internal C symbols were not declared as static, preventing static linking of multiple modules. Patch by Yury Popov. (Github issue :issue:7310)

  • Accidentally using except + in C mode did not raise a compile error but generated invalid C code leading to obscure error messages. Patch by user202729. (Github issue :issue:6560)

3.1.7 (2025-11-12)

Bugs fixed

  • Unicode characters formatted from C integers with padding, as in f"{value:XXc}", could result in invalid Python string objects since Cython 3.1.0. Also, lone surrogates failed to format in this way. (Github issue :issue:7298)

  • Assigning nested structs from a list of structs (item by item) could crash Cython. (Github issue :issue:7308)

  • Cython incorrectly called PyList_GetItemRef() in PyPy and GraalPython before Py3.13. (Github issue :issue:7269)

  • Trying to instantiate internal types used by Cython is now prohibited. (Github issue :issue:7263)

3.1.6 (2025-10-23)

Bugs fixed

  • Unicode characters formatted from C integers with f"{value:c}" could result in invalid Python string objects since Cython 3.1.0. (Github issue :issue:7240)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
cython [>= 3.2.dev0, < 3.3]

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 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)

Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.1.0...3.1.8)

---
updated-dependencies:
- dependency-name: cython
  dependency-version: 3.1.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2026
@Kijewski
Copy link
Copy Markdown
Owner

@dependabot ignore this minor version

@Kijewski Kijewski closed this May 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

OK, I won't notify you about version 3.1.x again, unless you re-open this PR.

@dependabot dependabot Bot deleted the dependabot/pip/cython-gte-3.1.8-and-lt-4 branch May 19, 2026 16:38
@Kijewski
Copy link
Copy Markdown
Owner

@dependabot ignore this major version

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

OK, I won't notify you about version 3.x.x again, unless you re-open this PR.

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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant