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.0.0 to 2.1.0 in /dependencies/python #2350

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps jsonpickle from 2.0.0 to 2.1.0.

Changelog

Sourced from jsonpickle's changelog.

v2.1.0

* Python 3.10 is now officially supported. (+376)
* Benchmarks were added to aid in optimization efforts.  ([#350](https://github.com/jsonpickle/jsonpickle/issues/350)) (+352)
* ``is_reducible()`` was sped up by ~80%.  (+353) (+354)
* ``_restore_tags()`` was sped up by ~100%. Unpickling items
  with a lot of tuples and sets will benefit most. Python 2 users
  and users deserializing pickles from jsonpickle <= 0.9.6 may see
  a slight performance decrease if using a lot of bytes, ref,
  and/or repr objects. (+354)
* ``is_iterator()`` was sped up by ~20% by removing an unnecessary
  variable assignment. (+354)
* ``jsonpickle.decode`` has a new option, ``v1_decode`` to assist in
  decoding objects created in jsonpickle version 1. ([#364](https://github.com/jsonpickle/jsonpickle/issues/364))
* The ``encode()`` documentation has been updated to help sklearn users.
* ``demjson`` has been removed from the test suite. (+374)
* ``SQLALchemy<1.2`` is no longer being tested by jsonpickle.
  Users of sqlalchemy + jsonpickle can always use 1.2 or 1.3.
  When jsonpickle v3 is released we will add SQLAlchemy 1.4 to
  the test suite alongside removal of support for Python 3.5 and earlier.
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 17, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/dependencies/python/jsonpickle-2.1.0 branch from 0c6b8c7 to 1395b0f Compare January 18, 2022 18:29
lindluni
lindluni previously approved these changes Jan 18, 2022
Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dependencies/python/jsonpickle-2.1.0 branch from 1395b0f to 4385a45 Compare January 18, 2022 19:09
@admiralAwkbar admiralAwkbar merged commit 38092dd into main Jan 18, 2022
@admiralAwkbar admiralAwkbar deleted the dependabot/pip/dependencies/python/jsonpickle-2.1.0 branch January 18, 2022 19:57
sarahc23 pushed a commit to 23andMe/super-linter that referenced this pull request May 6, 2022
…nter#2350)

Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sarahc23 pushed a commit to 23andMe/super-linter that referenced this pull request May 6, 2022
…nter#2350)

Bumps [jsonpickle](https://github.com/jsonpickle/jsonpickle) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/jsonpickle/jsonpickle/releases)
- [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst)
- [Commits](jsonpickle/jsonpickle@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants