markhoerth / dremio_client

Apache License 2.0
31 stars 26 forks source link

Update simplejson to 3.17.5 #281

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates simplejson from 3.17.3 to 3.17.5.

Changelog ### 3.17.5 ``` * Fix the C extension module to harden is_namedtuple against looks-a-likes such 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). https://github.com/simplejson/simplejson/pull/284 ``` ### 3.17.4 ``` * Upgrade cibuildwheel https://github.com/simplejson/simplejson/pull/287 ```
Links - PyPI: https://pypi.org/project/simplejson - Changelog: https://pyup.io/changelogs/simplejson/ - Repo: https://github.com/simplejson/simplejson
pyup-bot commented 2 years ago

Closing this in favor of #306