diff --git a/tools/packages/pipfiles/Pipfile3.12.max b/tools/packages/pipfiles/Pipfile3.12.max index 1cfbfb5d81..cb356b3335 100644 --- a/tools/packages/pipfiles/Pipfile3.12.max +++ b/tools/packages/pipfiles/Pipfile3.12.max @@ -55,17 +55,17 @@ version = "==4.2.13" "pyarrow" = {version="==20.0.0"} "networkx" = {version="==3.5", markers="python_version>'3.8'"} "openpyxl" = {version="==3.1.5"} -"pandas" = {version="==2.2.3", markers="python_version>'3.8'"} -"pymongo" = {version="==4.13.0", extras=["srv"]} +"pandas" = {version="==2.3.0", markers="python_version>'3.8'"} +"pymongo" = {version="==4.13.2", extras=["srv"]} "sqlalchemy" = {version="==2.0.41"} "toml" = {version="==0.10.2"} -"boto3" = {version="==1.38.27"} +"boto3" = {version="==1.38.46"} "cookiecutter" = {version="==2.6.0"} "flask" = {version="==3.1.1"} -"flask-cors" = {version="==6.0.0"} +"flask-cors" = {version="==6.0.1"} "flask-socketio" = {version="==5.5.1"} -"markdown" = {version="==3.8"} -"python-dotenv" = {version="==1.1.0"} +"markdown" = {version="==3.8.2"} +"python-dotenv" = {version="==1.1.1"} "pytz" = {version="==2025.2"} "tzlocal" = {version="==5.3.1"} "gevent" = {version="==25.5.1"} @@ -73,11 +73,11 @@ version = "==4.2.13" "kthread" = {version="==0.2.3"} "gitignore-parser" = {version="==0.1.12"} "simple-websocket" = {version="==1.1.0"} -"twisted" = {version="==24.11.0"} +"twisted" = {version="==25.5.0"} "deepdiff" = {version="==8.5.0"} "flask-restful" = {version="==0.3.10"} "passlib" = {version="==1.7.4"} -"marshmallow" = {version="==3.23.2"} +"marshmallow" = {version="==4.0.0"} "apispec" = {version="==6.8.2", extras=["yaml"]} "apispec-webframeworks" = {version="==1.2.0"} "watchdog" = {version="==6.0.0"} diff --git a/tools/packages/taipy-core/setup.requirements.txt b/tools/packages/taipy-core/setup.requirements.txt index 5d3bb7784a..ce5815f94c 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.38.27 +boto3>=1.29.4,<=1.38.46 networkx>=2.6,<=3.5 openpyxl>=3.1.2,<=3.1.5 -pandas>=1.3.5,<=2.2.3 +pandas>=1.3.5,<=2.3.0 pyarrow>=16.0.0,<=20.0.0 -pymongo[srv]>=4.2.0,<=4.13.0 +pymongo[srv]>=4.2.0,<=4.13.2 sqlalchemy>=2.0.16,<=2.0.41 taipy-common 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 e22f716825..6d2770c5d0 100644 --- a/tools/packages/taipy-gui/setup.requirements.txt +++ b/tools/packages/taipy-gui/setup.requirements.txt @@ -1,17 +1,17 @@ charset-normalizer>=3.3.2,<=3.4.2 flask>=3.1.0,<=3.1.1 -flask-cors>=5.0.0,<=6.0.0 +flask-cors>=5.0.0,<=6.0.1 flask-socketio>=5.4.1,<=5.5.1 gevent>=24.11.1,<=25.5.1 gevent-websocket>=0.10.1,<=0.10.1 gitignore-parser>=0.1,<=0.1.12 kthread>=0.2.3,<=0.2.3 -markdown>=3.6,<=3.8 -pandas>=1.3.5,<=2.2.3 -python-dotenv>=1.0.0,<=1.1.0 +markdown>=3.6,<=3.8.2 +pandas>=1.3.5,<=2.3.0 +python-dotenv>=1.0.0,<=1.1.1 pytz>=2021.3,<=2025.2 simple-websocket>=0.10.1,<=1.1.0 taipy-common -twisted>=24.7.0,<=24.11.0 +twisted>=24.7.0,<=25.5.0 tzlocal>=3.0,<=5.3.1 watchdog>=4.0.0,<=6.0.0 diff --git a/tools/packages/taipy-rest/setup.requirements.txt b/tools/packages/taipy-rest/setup.requirements.txt index c1b9b1e98b..2943591604 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.8.2 apispec-webframeworks>=1.0.0,<=1.2.0 flask>=3.1.0,<=3.1.1 flask-restful>=0.3.9,<=0.3.10 -marshmallow>=3.20.1,<=3.23.2 +marshmallow>=3.20.1,<=4.0.0 passlib>=1.7.4,<=1.7.4 taipy-core