From fc02840cd130914f9544be861fb3d6b2afdf3ccf Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:38:57 +0000 Subject: [PATCH] Update Requirements --- .requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 1d22cba8..7f1c19fb 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -96,7 +96,7 @@ nest-asyncio==1.5.8 ; python_version >= "3.10" and python_version < "4.0" nicegui==1.4.0 ; python_version >= "3.10" and python_version < "4.0" numpy==1.25.2 ; python_version >= "3.10" and python_version < "4.0" oauthlib==3.2.2 ; python_version >= "3.10" and python_version < "4.0" -orjson==3.9.9 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine != "i386" and platform_machine != "i686") +orjson==3.9.10 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine != "i386" and platform_machine != "i686") packaging==23.2 ; python_version >= "3.10" and python_version < "4.0" pandas==2.1.1 ; python_version >= "3.10" and python_version < "4.0" parsimonious==0.9.0 ; python_version >= "3.10" and python_version < "4"