Update dependency simplejson to v3.20.2 #9
Reference in New Issue
Block a user
Delete Branch "renovate/simplejson-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==3.10→==3.20.2Release Notes
simplejson/simplejson (simplejson)
v3.20.2Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/simplejson/simplejson/compare/v3.20.1...v3.20.2
v3.20.1Compare Source
Version 3.20.1 released 2025-02-14
#329
Full Changelog: https://github.com/simplejson/simplejson/compare/v3.19.3...v3.20.1
v3.19.3Compare Source
Version 3.19.3 released 2024-08-14
Dropped wheel support for Python 2.7 on macOS.
#326
v3.19.2Compare Source
Version 3.19.2 released 2023-10-05
GitHub Actions as a Trusted Publisher (OIDC)
#317
v3.19.1Compare Source
Version 3.19.1 released 2023-04-06
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 following fixes were implemented in
one PR: #313
implementation of the decoder (SJ-PT-23-01)
an exception in Python 2.x; was probably unreachable (SJ-PT-23-02)
limit quadratic number parsing (SJ-PT-23-03)
implementations (SJ-PT-23-100)
simplejson.load (SJ-PT-23-102)
to decoder (SJ-PT-23-107)
v3.18.4Compare Source
Version 3.18.4 released 2023-03-14
#311
#312
v3.18.3Compare Source
Version 3.18.3 released 2023-02-05
#310
v3.18.2Compare Source
Version 3.18.2 released 2023-02-04
#308
v3.18.1Compare Source
Version 3.18.1 released 2023-01-03
ivariable from encoder module namespace#303
#305
v3.18.0Compare Source
Version 3.18.0 released 2022-11-14
ignoring TypeError when those methods are called
#302
sequence edge case
#298
v3.17.6Compare Source
Version 3.17.6 released 2021-11-15
#291
#292
v3.17.5Compare Source
Version 3.17.5 released 2021-08-23
as Mocks. Also prevent dict encoding from causing an unraised SystemError when
encountering a non-Dict. Noticed by running user tests against a CPython
interpreter with C asserts enabled (COPTS += -UNDEBUG).
#284
v3.17.4Compare Source
Version 3.17.4 released 2021-08-19
#287
v3.17.3Compare Source
Version 3.17.3 released 2021-07-09
adding wheels for Python 3.9.
#283
v3.17.2Compare Source
Version 3.17.2 released 2020-07-16
manylinux wheels
#264
#260
#261
v3.17.0Compare Source
have removed documentation notes about version changes
that occurred more than five years ago.
#257
#254
#255
#256
v3.16.0Compare Source
strings with speedups enabled on Python 2.x
#225
#224
#222
v3.15.0Compare Source
#220
#219
#217
#216
#215
#214
v3.14.0Compare Source
#212
#211
#210
v3.13.2Compare Source
v3.13.0Compare Source
#191
#185
v3.12.0Compare Source
v3.11.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate.