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

Renovate: dependency jsonpickle to v4 #561

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

jsonpickle/jsonpickle (jsonpickle)

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 - "* 0-3 1 * " (UTC), Automerge - " * * * 1-5" (UTC).

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

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

@renovate renovate bot added the renovate label Dec 11, 2024
@renovate renovate bot force-pushed the renovate/jsonpickle-4.x branch from c7cb513 to 63cd28f Compare December 11, 2024 12:33
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.38%. Comparing base (0d2f3a9) to head (5a7bcec).

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #561       +/-   ##
===========================================
+ Coverage   69.74%   87.38%   +17.64%     
===========================================
  Files          51       76       +25     
  Lines        2046     3386     +1340     
===========================================
+ Hits         1427     2959     +1532     
+ Misses        619      427      -192     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/jsonpickle-4.x branch 5 times, most recently from faba8ec to e193a87 Compare December 11, 2024 14:25
@renovate renovate bot force-pushed the renovate/jsonpickle-4.x branch from e193a87 to 5a7bcec Compare December 11, 2024 14:39
@p-j-smith p-j-smith closed this Dec 11, 2024
Copy link
Contributor Author

renovate bot commented Dec 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/jsonpickle-4.x branch December 11, 2024 14:40
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.

1 participant