Update python-rapidjson requirement from ~=1.9 to ~=1.19
Updates the requirements on python-rapidjson to permit the latest version.
Changelog
Sourced from python-rapidjson's changelog.
1.19 (2024-07-28)
* Properly dump subclasses of ``float`` with custom ``__repr__()`` method ( `issue [#213](https://github.com/python-rapidjson/python-rapidjson/issues/213)`__)__ python-rapidjson/python-rapidjson#213
1.18 (2024-06-29)
Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere (
PR [#204](https://github.com/python-rapidjson/python-rapidjson/issues/204)__)1.17 (2024-05-18)
* Use `current master`__ version of rapidjson
Generate wheels on PyPI using Python 3.13b1 release, thanks to cibuildwheel
2.18.0__1.16 (2024-02-28)
- Produce Python 3.8 wheels again, I deactivated it too eagerly, it's in security fixes only mode, not yet reached its
end-of-lifestate1.15 (2024-02-28)
* Honor the `recursion limit`__ also at parse time, to avoid attacks as described by `CVE-2024-27454`____ https://docs.python.org/3.12/library/sys.html#sys.setrecursionlimit __ https://monicz.dev/CVE-2024-27454
1.14 (2023-12-14)
- Produce binary wheels for macOS/arm64, thanks to timothyjlaurent (
PR [#195](https://github.com/python-rapidjson/python-rapidjson/issues/195)__)
... (truncated)
Commits
2b3ffcfRelease 1.195732146Update CHANGES.rstcf1874cDo not use PyObject_Repr() to dump float numbers7f32726Micro optimization, use PyFloat_AS_DOUBLE, the value type is known28c2d6cRelease 1.18ac9b736Update CHANGES.rstb7d74cbMerge PR #211212ea75Merge PR #210442478fignore .venv folder and .wt folder73e610d_DatetimeMode, _MappingMode and _NumberMode- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)