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

Bump jsonpickle from 2.2.0 to 3.0.2 #3003

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps jsonpickle from 2.2.0 to 3.0.2.

Changelog

Sourced from jsonpickle's changelog.

v3.0.2

* Properly raise warning if a custom pickling handler returns None. ([#433](https://github.com/jsonpickle/jsonpickle/issues/433))
* Fix issue with serialization of certain sklearn objects breaking when
  the numpy handler was enabled. ([#431](https://github.com/jsonpickle/jsonpickle/issues/431)) (+434)
* Allow custom backends to not implement _encoder_options ([#436](https://github.com/jsonpickle/jsonpickle/issues/436)) (+446)
* Implement compatibility with pandas 2 (+446)
* Fix encoding/decoding of dictionary subclasses with referencing (+455)
* Fix depth tracking for list/dict referencing (+456)

v3.0.1

* Remove accidental pin of setuptools to versions below 59. This allows
  jsonpickle to build with CPython 3.11 and 3.12 alphas. ([#424](https://github.com/jsonpickle/jsonpickle/issues/424))
* Remove accidental dependency on pytz in pandas tests. (+421)
* Fix issue with decoding bson.bson.Int64 objects ([#422](https://github.com/jsonpickle/jsonpickle/issues/422))

v3.0.0

* Drop support for CPython<3.7. CPython 3.6 and below have reached EOL
  and no longer receive security updates. ([#375](https://github.com/jsonpickle/jsonpickle/issues/375))
* Add support for CPython 3.11. ([#395](https://github.com/jsonpickle/jsonpickle/issues/395)) (+396)
* Remove jsonlib and yajl backends (py2 only)
* Add ``include_properties`` option to the pickler. This should only
  be used if analyzing generated json outside of Python. ([#297](https://github.com/jsonpickle/jsonpickle/issues/297)) (+387)
* Allow the ``classes`` argument to ``jsonpickle.decode`` to be a dict
  of class name to class object. This lets you decode arbitrary dumps
  into different classes. ([#148](https://github.com/jsonpickle/jsonpickle/issues/148)) (+392)
* Fix bug with deserializing `numpy.poly1d`. ([#391](https://github.com/jsonpickle/jsonpickle/issues/391))
* Allow frozen dataclasses to be deserialized. ([#240](https://github.com/jsonpickle/jsonpickle/issues/240))
* Fixed a bug where pickling a function could return a ``None`` module. ([#399](https://github.com/jsonpickle/jsonpickle/issues/399))
* Removed old bytes/quopri and ref decoding abaility from the unpickler.
  These were last used in jsonpickle<1. Removing them causes a slight speedup
  in unpickling lists (~5%). (+403)
* Fixed a bug with namedtuples encoding on CPython 3.11. ([#411](https://github.com/jsonpickle/jsonpickle/issues/411))
* When using the ``sort_keys`` option for the ``simplejson`` backend,
  jsonpickle now produces correct object references with py/id tags. ([#408](https://github.com/jsonpickle/jsonpickle/issues/408))
* Speed up the internal method ``_restore_tags`` by ~10%. This should speed
  up unpickling of almost every object.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 14, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/develop/jsonpickle-3.0.2 branch from 3bd27f8 to f9442f8 Compare August 26, 2023 09:19
@dependabot dependabot bot force-pushed the dependabot/pip/develop/jsonpickle-3.0.2 branch from f9442f8 to 40e5954 Compare September 11, 2023 13:01
Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 2.2.0 to 3.0.2.
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v2.2.0...v3.0.2)

---
updated-dependencies:
- dependency-name: jsonpickle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/jsonpickle-3.0.2 branch from 40e5954 to bfdaaa9 Compare September 12, 2023 08:49
Copy link
Contributor

Устаревший pull request

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/develop/jsonpickle-3.0.2 branch November 25, 2023 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file no-pr-activity python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants