wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
https://wyfo.github.io/apischema/
MIT License
226 stars 18 forks source link

Bump the scripts group in /scripts with 1 update #613

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the scripts group in /scripts with 1 update: cython.

Updates cython from 3.0.4 to 3.0.6

Changelog

Sourced from cython's changelog.

3.0.6 (2023-11-26)

Features added

  • Fused def function dispatch is a bit faster.

  • Declarations for the wchar PyUnicode API were added. (Github issue :issue:5836)

  • The Python "nogil" fork is now also detected with the new Py_GIL_DISABLED macro. Patch by Hugo van Kemenade (Github issue :issue:583652)

Bugs fixed

  • Comparing dataclasses could give different results than Python. (Github issue :issue:5857)

  • float(std::string) generated invalid C code. (Github issue :issue:5818)

  • Using cpdef functions with cimport_from_pyx failed. (Github issue :issue:5795)

  • A crash was fixed when string-formatting a Python value fails. (Github issue :issue:5787)

  • On item access, Cython could try the sequence protocol before the mapping protocol in some cases if an object supports both. (Github issue :issue:5776)

  • A C compiler warning was resolved. (Github issue :issue:5794)

  • Complex numbers failed to compile in MSVC with C11. Patch by Lysandros Nikolaou. (Github issue :issue:5809)

  • Some issues with the Limited API and with PyPy were resolved. (Github issues :issue:5695, :issue:5696)

  • A C++ issue in Python 3.13 was resolved. (Github issue :issue:5790)

  • Several directives are now also available (as no-ops) in Python code. (Github issue :issue:5803)

  • An error message was corrected. Patch by Mads Ynddal. (Github issue :issue:5805)

... (truncated)

Commits
  • 2486558 Prepare release of 3.0.6.
  • cb1d78b Update changelog.
  • 7f6577a Fix dataclass comparison operators and enable tests (#5857)
  • f258b67 PEP 703: Accept new Py_GIL_DISABLED macro in addition to PY_NOGIL (GH-5852)
  • df2bffa Partially disable trashcan test in PyPy (#5832)
  • a4bb6dc Add missing unicode C API functions and Py_UNICODE warning (#5836)
  • 16d31ef Disable failing Windows CyCache test (#5826)
  • 4bbefa3 Simplify pstats test
  • f71205d Remove allowed_failure from Python 3.12 (#5815)
  • 7683cb1 Fix "float(std::string)" and other non-PyObject arguments to float().
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

Superseded by #617.