diff --git a/setup.py b/setup.py index 6a05721..1fae58a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setuptools.setup( ], extras_require={ "speedup": [ - "orjson==3.6.9" + "orjson==3.7.0" ] }, test_suite="tests", diff --git a/speed-requirements.txt b/speed-requirements.txt index 6e7a595..63af484 100644 --- a/speed-requirements.txt +++ b/speed-requirements.txt @@ -1 +1 @@ -orjson==3.6.9 \ No newline at end of file +orjson==3.7.0 \ No newline at end of file