Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cloudpickle to v3 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anaconda-renovate[bot]
Copy link

@anaconda-renovate anaconda-renovate bot commented Oct 17, 2023

This PR contains the following updates:

Package Update Change
cloudpickle major ==2.0.0 -> ==3.1.0

Release Notes

cloudpipe/cloudpickle (cloudpickle)

v3.1.0

Compare Source

=====

  • Some improvements to make cloudpickle more deterministic when pickling
    dynamic functions and classes, in particular with CPython 3.13.
    (PR #​524 and
    PR #​534)

  • Fix a problem with the joint usage of cloudpickle's _whichmodule and
    multiprocessing.
    (PR #​529)

v3.0.0

Compare Source

=====

  • Officially support Python 3.12 and drop support for Python 3.6 and 3.7.
    Dropping support for older Python versions made it possible to simplify the
    code base significantly, hopefully making it easier to contribute to and
    maintain the project.
    (PR #​517)

  • Fix pickling of dataclasses and their instances.
    (issue #​386,
    PR #​513)

  • Any color you like as long as it's black.
    (PR #​521)

  • Drop setup.py and setuptools in favor of pyproject.toml and flit.
    (PR #​521)

v2.2.1

Compare Source

=====

v2.2.0

Compare Source

=====

v2.1.0

Compare Source

=====

  • Support for pickling abc.abstractproperty, abc.abstractclassmethod,
    and abc.abstractstaticmethod.
    (PR #​450)

  • Support for pickling subclasses of generic classes.
    (PR #​448)

  • Support and CI configuration for Python 3.11.
    (PR #​467)

  • Support for the experimental nogil variant of CPython
    (PR #​470)


Configuration

📅 Schedule: Branch creation - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants