diff --git a/setup.py b/setup.py index 71b7eea..b2bb890 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setuptools.setup( ], extras_require={ "speedup": [ - "orjson==3.7.1" + "orjson==3.7.2" ] }, test_suite="tests", diff --git a/speed-requirements.txt b/speed-requirements.txt index 1d2b7db..9b9c5b7 100644 --- a/speed-requirements.txt +++ b/speed-requirements.txt @@ -1 +1 @@ -orjson==3.7.1 \ No newline at end of file +orjson==3.7.2 \ No newline at end of file