fix(deps): update dependency greenlet to v3.5.0 #55

Merged
renovate-bot merged 1 commit from renovate/greenlet-3.x into main 2026-05-07 18:23:33 +02:00
Contributor

This PR contains the following updates:

Package Change Age Confidence
greenlet (changelog) ==3.4.0==3.5.0 age confidence

Release Notes

python-greenlet/greenlet (greenlet)

v3.5.0

Compare Source

==================

  • Remove the atexit callback. This callback caused greenlet APIs
    to become unavailable far too soon during interpreter shutdown. Now
    they remain available while all atexit callbacks run. Sometime
    after Py_IsFinalizing becomes true, they may begin misbehaving.
    Because the order in which C extensions are finalized is undefined,
    C extensions that are sensitive to this need to check the results of
    that function before invoking greenlet APIs. As a convenience,
    PyGreenlet_GetCurrent sets an exception and returns NULL
    when this happens (and greenlet.getcurrent begins returning
    None); other greenlet C API functions have undefined behaviour.
    Methods invoked directly on pre-existing greenlet.greenlet
    objects will continue to function at least until the greenlet C
    extension has been garbage collected and finalized.

    See PR 508 <https://github.com/python-greenlet/greenlet/pull/508>_.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [greenlet](https://github.com/python-greenlet/greenlet) ([changelog](https://greenlet.readthedocs.io/en/latest/changes.html)) | `==3.4.0` → `==3.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/greenlet/3.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/greenlet/3.4.0/3.5.0?slim=true) | --- ### Release Notes <details> <summary>python-greenlet/greenlet (greenlet)</summary> ### [`v3.5.0`](https://github.com/python-greenlet/greenlet/blob/HEAD/CHANGES.rst#350-2026-04-27) [Compare Source](https://github.com/python-greenlet/greenlet/compare/3.4.0...3.5.0) \================== - Remove the `atexit` callback. This callback caused greenlet APIs to become unavailable far too soon during interpreter shutdown. Now they remain available while all `atexit` callbacks run. Sometime after `Py_IsFinalizing` becomes true, they may begin misbehaving. Because the order in which C extensions are finalized is undefined, C extensions that are sensitive to this need to check the results of that function before invoking greenlet APIs. As a convenience, `PyGreenlet_GetCurrent` sets an exception and returns `NULL` when this happens (and `greenlet.getcurrent` begins returning `None`); other greenlet C API functions have undefined behaviour. Methods invoked directly on pre-existing `greenlet.greenlet` objects will continue to function at least until the greenlet C extension has been garbage collected and finalized. See `PR 508 <https://github.com/python-greenlet/greenlet/pull/508>`\_. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NS4wIiwidXBkYXRlZEluVmVyIjoiNDMuOTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update dependency greenlet to v3.5.0
All checks were successful
backend / docker (push) Successful in 2m0s
a1d0dc09a4
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-04-27 14:25:14 +02:00
renovate-bot force-pushed renovate/greenlet-3.x from a1d0dc09a4
All checks were successful
backend / docker (push) Successful in 2m0s
to 4158f36758
All checks were successful
backend / docker (push) Successful in 2m4s
2026-05-07 18:19:25 +02:00
Compare
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kittentm/splatnet-backend!55
No description provided.