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

Poetry(prod):(deps): Bump jsonpickle from 2.2.0 to 3.0.1 #356

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps jsonpickle from 2.2.0 to 3.0.1.

Changelog

Sourced from jsonpickle's changelog.

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@github-actions
Copy link

github-actions bot commented Mar 27, 2023

Unit Test Results

328 tests   322 ✔️  52s ⏱️
    1 suites      6 💤
    1 files        0

Results for commit ba49266.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/pip/jsonpickle-3.0.1 branch 3 times, most recently from 4bbcc9c to 3379283 Compare March 30, 2023 11:23
Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v2.2.0...v3.0.1)

---
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/jsonpickle-3.0.1 branch from 3379283 to ba49266 Compare March 30, 2023 11:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants