From ccff31b97b85137f0e9be38d780b61e1ba273a00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 10:37:32 +0200 Subject: [PATCH] Update Python3.12 dependencies (#1325) Co-authored-by: florian-vuillemot --- tools/packages/pipfiles/Pipfile3.12.max | 14 +++++++------- tools/packages/taipy-core/setup.requirements.txt | 8 ++++---- tools/packages/taipy-gui/setup.requirements.txt | 4 ++-- tools/packages/taipy-rest/setup.requirements.txt | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/packages/pipfiles/Pipfile3.12.max b/tools/packages/pipfiles/Pipfile3.12.max index a1ea628dcc..1242d449fa 100644 --- a/tools/packages/pipfiles/Pipfile3.12.max +++ b/tools/packages/pipfiles/Pipfile3.12.max @@ -50,18 +50,18 @@ version = "==4.2.13" [packages] -"pyarrow" = {version="==16.0.0"} +"pyarrow" = {version="==16.1.0"} "networkx" = {version="==3.3", markers="python_version>'3.8'"} "openpyxl" = {version="==3.1.2"} "pandas" = {version="==2.2.2", markers="python_version>'3.8'"} -"pymongo" = {version="==4.7.0", extras=["srv"]} -"sqlalchemy" = {version="==2.0.29"} +"pymongo" = {version="==4.7.2", extras=["srv"]} +"sqlalchemy" = {version="==2.0.30"} "toml" = {version="==0.10.2"} -"boto3" = {version="==1.34.93"} +"boto3" = {version="==1.34.113"} "backports.zoneinfo" = {version="==0.2.1", markers="python_version<'3.9'"} "cookiecutter" = {version="==2.6.0"} "flask" = {version="==3.0.3"} -"flask-cors" = {version="==4.0.0"} +"flask-cors" = {version="==4.0.1"} "flask-socketio" = {version="==5.3.6"} "markdown" = {version="==3.6"} "python-dotenv" = {version="==1.0.1"} @@ -76,8 +76,8 @@ version = "==4.2.13" "deepdiff" = {version="==7.0.1"} "flask-restful" = {version="==0.3.10"} "passlib" = {version="==1.7.4"} -"marshmallow" = {version="==3.21.1"} +"marshmallow" = {version="==3.21.2"} "apispec" = {version="==6.6.1", extras=["yaml"]} "apispec-webframeworks" = {version="==1.1.0"} -"watchdog" = {version="==4.0.0"} +"watchdog" = {version="==4.0.1"} "charset-normalizer" = {version="==3.3.2"} diff --git a/tools/packages/taipy-core/setup.requirements.txt b/tools/packages/taipy-core/setup.requirements.txt index a4e0ff8458..26267a7846 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.93 +boto3>=1.29.4,<=1.34.113 networkx>=2.6,<=3.3 openpyxl>=3.1.2,<=3.1.2 pandas>=1.3.5,<=2.2.2 -pyarrow>=14.0.2,<=16.0.0 -pymongo[srv]>=4.2.0,<=4.7.0 -sqlalchemy>=2.0.16,<=2.0.29 +pyarrow>=14.0.2,<=16.1.0 +pymongo[srv]>=4.2.0,<=4.7.2 +sqlalchemy>=2.0.16,<=2.0.30 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 13af5ba640..f7b5e55655 100644 --- a/tools/packages/taipy-gui/setup.requirements.txt +++ b/tools/packages/taipy-gui/setup.requirements.txt @@ -1,7 +1,7 @@ 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>=4.0.0,<=4.0.0 +flask-cors>=4.0.0,<=4.0.1 flask-socketio>=5.3.6,<=5.3.6 gevent>=23.7.0,<=24.2.1 gevent-websocket>=0.10.1,<=0.10.1 @@ -15,4 +15,4 @@ simple-websocket>=0.10.1,<=1.0.0 taipy-config twisted>=23.8.0,<=24.3.0 tzlocal>=3.0,<=5.2 -watchdog>=4.0.0,<=4.0.0 +watchdog>=4.0.0,<=4.0.1 diff --git a/tools/packages/taipy-rest/setup.requirements.txt b/tools/packages/taipy-rest/setup.requirements.txt index 035c54731c..e6f4081d9c 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.1 +marshmallow>=3.20.1,<=3.21.2 passlib>=1.7.4,<=1.7.4 taipy-core