Update simplejson==3.17.6

This commit is contained in:
JonnyWong16 2021-11-28 14:00:32 -08:00
parent f52d985f8c
commit 5dbc15ce4b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON)::
""" """
from __future__ import absolute_import from __future__ import absolute_import
__version__ = '3.17.5' __version__ = '3.17.6'
__all__ = [ __all__ = [
'dump', 'dumps', 'load', 'loads', 'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder', 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',