From 47d668a4941efbd8f1e7b5a6fdfadaa1ba219dc2 Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Sun, 15 Sep 2024 12:09:48 +0000 Subject: [PATCH] Update Python3.12 dependencies --- tools/packages/pipfiles/Pipfile3.12.max | 22 +++++++++---------- .../taipy-config/setup.requirements.txt | 2 +- .../taipy-core/setup.requirements.txt | 10 ++++----- .../packages/taipy-gui/setup.requirements.txt | 12 +++++----- .../taipy-rest/setup.requirements.txt | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/tools/packages/pipfiles/Pipfile3.12.max b/tools/packages/pipfiles/Pipfile3.12.max index 7d682a2e23..5d90b8cff4 100644 --- a/tools/packages/pipfiles/Pipfile3.12.max +++ b/tools/packages/pipfiles/Pipfile3.12.max @@ -50,22 +50,22 @@ version = "==4.2.13" [packages] -"pyarrow" = {version="==16.1.0"} +"pyarrow" = {version="==17.0.0"} "networkx" = {version="==3.3", markers="python_version>'3.8'"} -"openpyxl" = {version="==3.1.2"} +"openpyxl" = {version="==3.1.5"} "pandas" = {version="==2.2.2", markers="python_version>'3.8'"} -"pymongo" = {version="==4.7.2", extras=["srv"]} -"sqlalchemy" = {version="==2.0.30"} +"pymongo" = {version="==4.8.0", extras=["srv"]} +"sqlalchemy" = {version="==2.0.34"} "toml" = {version="==0.10.2"} -"boto3" = {version="==1.34.113"} +"boto3" = {version="==1.35.19"} "backports.zoneinfo" = {version="==0.2.1", markers="python_version<'3.9'"} "cookiecutter" = {version="==2.6.0"} "flask" = {version="==3.0.3"} "flask-cors" = {version="==5.0.0"} -"flask-socketio" = {version="==5.3.6"} -"markdown" = {version="==3.6"} +"flask-socketio" = {version="==5.3.7"} +"markdown" = {version="==3.7"} "python-dotenv" = {version="==1.0.1"} -"pytz" = {version="==2024.1"} +"pytz" = {version="==2024.2"} "tzlocal" = {version="==5.2"} "gevent" = {version="==24.2.1"} "gevent-websocket" = {version="==0.10.1"} @@ -73,11 +73,11 @@ version = "==4.2.13" "gitignore-parser" = {version="==0.1.11"} "simple-websocket" = {version="==1.0.0"} "twisted" = {version="==24.7.0"} -"deepdiff" = {version="==7.0.1"} +"deepdiff" = {version="==8.0.1"} "flask-restful" = {version="==0.3.10"} "passlib" = {version="==1.7.4"} -"marshmallow" = {version="==3.21.2"} +"marshmallow" = {version="==3.22.0"} "apispec" = {version="==6.6.1", extras=["yaml"]} "apispec-webframeworks" = {version="==1.1.0"} -"watchdog" = {version="==4.0.1"} +"watchdog" = {version="==5.0.2"} "charset-normalizer" = {version="==3.3.2"} diff --git a/tools/packages/taipy-config/setup.requirements.txt b/tools/packages/taipy-config/setup.requirements.txt index 170cc4f4b2..5e5a224808 100644 --- a/tools/packages/taipy-config/setup.requirements.txt +++ b/tools/packages/taipy-config/setup.requirements.txt @@ -1,2 +1,2 @@ -deepdiff>=6.7.0,<=7.0.1 +deepdiff>=6.7.0,<=8.0.1 toml>=0.10,<=0.10.2 diff --git a/tools/packages/taipy-core/setup.requirements.txt b/tools/packages/taipy-core/setup.requirements.txt index 26267a7846..c9aa701aa9 100644 --- a/tools/packages/taipy-core/setup.requirements.txt +++ b/tools/packages/taipy-core/setup.requirements.txt @@ -1,9 +1,9 @@ -boto3>=1.29.4,<=1.34.113 +boto3>=1.29.4,<=1.35.19 networkx>=2.6,<=3.3 -openpyxl>=3.1.2,<=3.1.2 +openpyxl>=3.1.2,<=3.1.5 pandas>=1.3.5,<=2.2.2 -pyarrow>=14.0.2,<=16.1.0 -pymongo[srv]>=4.2.0,<=4.7.2 -sqlalchemy>=2.0.16,<=2.0.30 +pyarrow>=14.0.2,<=17.0.0 +pymongo[srv]>=4.2.0,<=4.8.0 +sqlalchemy>=2.0.16,<=2.0.34 taipy-config toml>=0.10,<=0.10.2 diff --git a/tools/packages/taipy-gui/setup.requirements.txt b/tools/packages/taipy-gui/setup.requirements.txt index 81d3adb15d..d099a56446 100644 --- a/tools/packages/taipy-gui/setup.requirements.txt +++ b/tools/packages/taipy-gui/setup.requirements.txt @@ -1,18 +1,18 @@ backports.zoneinfo>=0.2.1,<=0.2.1;python_version<'3.9' charset-normalizer>=3.3.2,<=3.3.2 flask>=3.0.0,<=3.0.3 -flask-cors>=5.0.0,<5.1 -flask-socketio>=5.3.6,<=5.3.6 +flask-cors>=5.0.0,<=5.0.0 +flask-socketio>=5.3.6,<=5.3.7 gevent>=23.7.0,<=24.2.1 gevent-websocket>=0.10.1,<=0.10.1 gitignore-parser>=0.1,<=0.1.11 kthread>=0.2.3,<=0.2.3 -markdown>=3.4.4,<=3.6 +markdown>=3.4.4,<=3.7 pandas>=1.3.5,<=2.2.2 python-dotenv>=1.0.0,<=1.0.1 -pytz>=2021.3,<=2024.1 +pytz>=2021.3,<=2024.2 simple-websocket>=0.10.1,<=1.0.0 taipy-config -twisted>=24.7.0,<24.8.0 +twisted>=24.7.0,<=24.7.0 tzlocal>=3.0,<=5.2 -watchdog>=4.0.0,<=4.0.1 +watchdog>=4.0.0,<=5.0.2 diff --git a/tools/packages/taipy-rest/setup.requirements.txt b/tools/packages/taipy-rest/setup.requirements.txt index e6f4081d9c..fb6c148b3c 100644 --- a/tools/packages/taipy-rest/setup.requirements.txt +++ b/tools/packages/taipy-rest/setup.requirements.txt @@ -2,6 +2,6 @@ apispec[yaml]>=6.3,<=6.6.1 apispec-webframeworks>=0.5.2,<=1.1.0 flask>=3.0.0,<=3.0.3 flask-restful>=0.3.9,<=0.3.10 -marshmallow>=3.20.1,<=3.21.2 +marshmallow>=3.20.1,<=3.22.0 passlib>=1.7.4,<=1.7.4 taipy-core