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

Update dependency jsonpickle to v4 #1847

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonpickle 3.4.2 -> 4.0.1 age adoption passing confidence

Release Notes

jsonpickle/jsonpickle (jsonpickle)

v4.0.1

Compare Source

======
* The unpickler is now more resilient to malformed "py/reduce", "py/set",
"py/tuple", "py/b64", "py/b85", and "py/iterator" input data. (+544) (+545)
* The test suite was updated to leverage more pytest features.
* The jsonpickle.compat module is no longer used. It is still provided
for backwards compatibility but it may be removed in a future version.

v4.0.0

Compare Source

======
* Breaking Change: Python 3.7 is no longer supported.
* Breaking Change: Support for pre-0.7.0 repr-serialized objects is no
longer enabled by default. The safe option to decode() was changed from
False to True. Users can still pass safe=False to decode() in order
to enable this feature for the purposes of loading older files, but beware that
this feature relies on unsafe behavior through its use of eval(). Users are
encouraged to re-pickle old data in order to migrate away from the the unsafe loading
feature. (+514)
* The pickler no longer produces py/repr tags when pickling modules.
py/mod is used instead, as it is clearer and uses one less byte. (+514)
* The test suite no longer uses the deprecated datetime.datetime.utcnow()
function. (+539)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull request that updates a dependency python Pull request that updates python code labels Dec 6, 2024
@github-actions github-actions bot added the source changes Pull request that updates generated source files label Dec 6, 2024
@coveralls
Copy link

coveralls commented Dec 6, 2024

Coverage Status

coverage: 44.421%. remained the same
when pulling a189cd4 on renovate/jsonpickle-4.x
into eceefb3 on development.

@renovate renovate bot force-pushed the renovate/jsonpickle-4.x branch from fa12b79 to a189cd4 Compare December 23, 2024 11:03
Copy link
Contributor Author

renovate bot commented Dec 23, 2024

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.

@h3llrais3r h3llrais3r merged commit 3c8965b into development Dec 23, 2024
@h3llrais3r h3llrais3r deleted the renovate/jsonpickle-4.x branch December 23, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request that updates a dependency python Pull request that updates python code source changes Pull request that updates generated source files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants