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 jsonpickle to v3.3.0 - autoclosed #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonpickle ==3.0.4 -> ==3.3.0 age adoption passing confidence

Release Notes

jsonpickle/jsonpickle (jsonpickle)

v3.3.0

Compare Source

======
* The unpickler was updated to avoid using eval, which helps improve its
security. Users can still pass safe=False to decode to use the old
behavior, though this is not recommended. (+513)
* Objects can now exclude specific attributes from pickling by providing a
_jsonpickle_exclude class or instance attribute. This attribute should contain
the list of attribute names to exclude when pickling the object.

v3.2.2

Compare Source

======
* A bug with the incorrect (de)serialization of NoneType objects has been fixed.
(+507)
* tests/benchmark.py was updated to avoid Python 2 syntax. (+508)
* The unpickler was updated to avoid creating temporary functions. (+508)
* Some basic scripts have been made to analyze benchmark results. (+511)
* Fix test suite compatibility with Numpy 2.x (+512)
* setup.cfg was updated to use license_files instead of license_file.

v3.2.1

Compare Source

======
* The ignorereserved parameter to the private _restore_from_dict()
function has been restored for backwards compatibility. (+501)

v3.2.0

Compare Source

======
* Nested dictionaries in py/state are now correctly restored when
tracking object references. (+501) (#​500)

v3.1.0

Compare Source

======
* jsonpickle.ext.numpy.register_handlers now provides options that are forwarded
to the NumpyNDArrayHandler constructor. (+489)
* Fix bug of not handling classes argument to jsonpickle.decode
being a dict. Previously, the keys were ignored and only values were
used. (+494)
* Allow the classes argument to jsonpickle.pickle to have class
objects as keys. This extends the current functionality of only having
class name strings as keys. (+494)
* The garden setup/dev action and requirements-dev.txt requirements file
now include test dependencies for use during development.
* Added support for Python 3.13. (+505) (#​504)


Configuration

📅 Schedule: Branch creation - "before 2pm on Saturday" in timezone Europe/Berlin, Automerge - "every weekend" in timezone Europe/Berlin.

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/jsonpickle-3.x branch 2 times, most recently from f4a1058 to 403af87 Compare June 20, 2024 07:16
@renovate renovate bot changed the title chore(deps): update dependency jsonpickle to v3.2.1 chore(deps): update dependency jsonpickle to v3.2.2 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/jsonpickle-3.x branch from 403af87 to acd5faa Compare June 22, 2024 01:03
@renovate renovate bot force-pushed the renovate/jsonpickle-3.x branch from acd5faa to d6f6fd1 Compare August 10, 2024 01:51
@renovate renovate bot force-pushed the renovate/jsonpickle-3.x branch from d6f6fd1 to dee72c0 Compare September 2, 2024 09:52
@renovate renovate bot changed the title chore(deps): update dependency jsonpickle to v3.2.2 chore(deps): update dependency jsonpickle to v3.3.0 Sep 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency jsonpickle to v3.3.0 chore(deps): update dependency jsonpickle to v3.3.0 - autoclosed Sep 27, 2024
@renovate renovate bot closed this Sep 27, 2024
@renovate renovate bot deleted the renovate/jsonpickle-3.x branch September 27, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants