diff --git a/pyproject.toml b/pyproject.toml index d3b46a2..858c92b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "django==5.2.5 ; python_full_version >= '3.10'", "django-ninja==1.4.3 ; python_full_version >= '3.7'", "granian==2.5.0 ; python_full_version >= '3.9'", - "orjson==3.11.1 ; python_full_version >= '3.9'", + "orjson==3.11.2 ; python_full_version >= '3.9'", "packaging==25.0 ; python_full_version >= '3.8'", "pip==25.2 ; python_full_version >= '3.9'", "pltable==1.1.0", diff --git a/requirements.txt b/requirements.txt index 64bbc5e..234b20a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. django==5.2.5; python_version >= '3.10' django-ninja==1.4.3; python_version >= '3.7' granian==2.5.0; python_version >= '3.9' -orjson==3.11.1; python_version >= '3.9' +orjson==3.11.2; python_version >= '3.9' packaging==25.0; python_version >= '3.8' pip==25.2; python_version >= '3.9' pltable==1.1.0