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