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

chore(deps): update dependency simplejson to v3.19.2 #71

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
simplejson ==3.18.0 -> ==3.19.2 age adoption passing confidence

Release Notes

simplejson/simplejson (simplejson)

v3.19.2

Compare Source

Version 3.19.2 released 2023-10-05

v3.19.1

Compare Source

Version 3.19.1 released 2023-04-06

  • This release contains security hardening measures based on recommendations
    by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH.
    Several of these measures include changing defaults to be more strict,
    by default simplejson will now only consume and produce compliant JSON,
    but the flags still exist for any backwards compatibility needs.
    No high priority issues were discovered, the reference count
    leak is thought to be unreachable since the digits of the float are
    checked before PyOS_string_to_double is called.
    A link to the public version of this report will be included in a
    future release of simplejson. The followinhttps://github.com/simplejson/simplejson/pull/313ithub.com/Implement recommended fixes from OSTIF audit simplejson/simplejson#313
  • Fix invalid handling of unicode escape sequences in the pure Python
    implementation of the decoder (SJ-PT-23-01)
  • Fix missing reference count decrease if PyOS_string_to_double raises
    an exception in Python 2.x; was probably unreachable (SJ-PT-23-02)
  • Backport the integer string length limitation from Python 3.11 to
    limit quadratic number parsing (SJ-PT-23-03)
  • Fix inconsistencies with error messages between the C and Python
    implementations (SJ-PT-23-100)
  • Remove unused unichr import from encoder (SJ-PT-23-101)
  • Remove unused namedtuple_as_object and tuple_as_array arguments from
    simplejson.load (SJ-PT-23-102)
  • Remove vestigial _one_shot code from iterencode (SJ-PT-23-103)
  • Change default of allow_nan from True to False and add allow_nan
    to decoder (SJ-PT-23-107)

v3.18.4

Compare Source

Version 3.18.4 released 2023-03-14

v3.18.3

Compare Source

Version 3.18.3 released 2023-02-05

v3.18.2

Compare Source

Version 3.18.2 released 2023-02-04

v3.18.1

Compare Source

Version 3.18.1 released 2023-01-03


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/simplejson-3.x branch 3 times, most recently from 3f7fcda to b3cf726 Compare June 1, 2023 02:04
@renovate renovate bot force-pushed the renovate/simplejson-3.x branch 2 times, most recently from f4fddf8 to 586e265 Compare June 14, 2023 04:15
@renovate renovate bot force-pushed the renovate/simplejson-3.x branch 2 times, most recently from 1f3a83b to 9819844 Compare August 9, 2023 17:38
@renovate renovate bot changed the title chore(deps): update dependency simplejson to v3.19.1 chore(deps): update dependency simplejson to v3.19.2 Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants