فهرست منبع

Update Python3.12 dependencies (#1217)

Co-authored-by: florian-vuillemot <florian-vuillemot@users.noreply.github.com>
github-actions[bot] 1 سال پیش
والد
کامیت
2a31203832

+ 16 - 16
tools/packages/pipfiles/Pipfile3.12.max

@@ -50,34 +50,34 @@ version = "==4.2.13"
 
 
 [packages]
-"pyarrow" = {version="==15.0.0"}
-"networkx" = {version="==3.2.1", markers="python_version>'3.8'"}
+"pyarrow" = {version="==16.0.0"}
+"networkx" = {version="==3.3", markers="python_version>'3.8'"}
 "openpyxl" = {version="==3.1.2"}
-"pandas" = {version="==2.2.0", markers="python_version>'3.8'"}
-"pymongo" = {version="==4.6.1", extras=["srv"]}
-"sqlalchemy" = {version="==2.0.25"}
+"pandas" = {version="==2.2.2", markers="python_version>'3.8'"}
+"pymongo" = {version="==4.6.3", extras=["srv"]}
+"sqlalchemy" = {version="==2.0.29"}
 "toml" = {version="==0.10.2"}
-"boto3" = {version="==1.34.34"}
+"boto3" = {version="==1.34.88"}
 "backports.zoneinfo" = {version="==0.2.1", markers="python_version<'3.9'"}
-"cookiecutter" = {version="==2.5.0"}
-"flask" = {version="==3.0.2"}
+"cookiecutter" = {version="==2.6.0"}
+"flask" = {version="==3.0.3"}
 "flask-cors" = {version="==4.0.0"}
 "flask-socketio" = {version="==5.3.6"}
-"markdown" = {version="==3.5.2"}
+"markdown" = {version="==3.6"}
 "python-dotenv" = {version="==1.0.1"}
-"pytz" = {version="==2023.3.post1"}
+"pytz" = {version="==2024.1"}
 "tzlocal" = {version="==5.2"}
-"gevent" = {version="==23.9.1"}
+"gevent" = {version="==24.2.1"}
 "gevent-websocket" = {version="==0.10.1"}
 "kthread" = {version="==0.2.3"}
 "gitignore-parser" = {version="==0.1.11"}
 "simple-websocket" = {version="==1.0.0"}
-"twisted" = {version="==23.10.0"}
-"deepdiff" = {version="==6.7.1"}
+"twisted" = {version="==24.3.0"}
+"deepdiff" = {version="==7.0.1"}
 "flask-restful" = {version="==0.3.10"}
 "passlib" = {version="==1.7.4"}
-"marshmallow" = {version="==3.20.2"}
-"apispec" = {version="==6.4.0", extras=["yaml"]}
-"apispec-webframeworks" = {version="==1.0.0"}
+"marshmallow" = {version="==3.21.1"}
+"apispec" = {version="==6.6.0", extras=["yaml"]}
+"apispec-webframeworks" = {version="==1.1.0"}
 "watchdog" = {version="==4.0.0"}
 "charset-normalizer" = {version="==3.3.2"}

+ 1 - 1
tools/packages/taipy-config/setup.requirements.txt

@@ -1,2 +1,2 @@
-deepdiff>=6.7.0,<=6.7.1
+deepdiff>=6.7.0,<=7.0.1
 toml>=0.10,<=0.10.2

+ 6 - 6
tools/packages/taipy-core/setup.requirements.txt

@@ -1,9 +1,9 @@
-boto3>=1.29.4,<=1.34.34
-networkx>=2.6,<=3.2.1
+boto3>=1.29.4,<=1.34.88
+networkx>=2.6,<=3.3
 openpyxl>=3.1.2,<=3.1.2
-pandas>=1.3.5,<=2.2.0
-pyarrow>=14.0.2,<=15.0.0
-pymongo[srv]>=4.2.0,<=4.6.1
-sqlalchemy>=2.0.16,<=2.0.25
+pandas>=1.3.5,<=2.2.2
+pyarrow>=14.0.2,<=16.0.0
+pymongo[srv]>=4.2.0,<=4.6.3
+sqlalchemy>=2.0.16,<=2.0.29
 taipy-config
 toml>=0.10,<=0.10.2

+ 7 - 7
tools/packages/taipy-gui/setup.requirements.txt

@@ -1,18 +1,18 @@
 backports.zoneinfo>=0.2.1,<=0.2.1;python_version<'3.9'
-flask>=3.0.0,<=3.0.2
+charset-normalizer>=3.3.2,<=3.3.2
+flask>=3.0.0,<=3.0.3
 flask-cors>=4.0.0,<=4.0.0
 flask-socketio>=5.3.6,<=5.3.6
-gevent>=23.7.0,<=23.9.1
+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.5.2
-pandas>=1.3.5,<=2.2.0
+markdown>=3.4.4,<=3.6
+pandas>=1.3.5,<=2.2.2
 python-dotenv>=1.0.0,<=1.0.1
-pytz>=2021.3,<=2023.3.post1
+pytz>=2021.3,<=2024.1
 simple-websocket>=0.10.1,<=1.0.0
 taipy-config
-twisted>=23.8.0,<=23.10.0
+twisted>=23.8.0,<=24.3.0
 tzlocal>=3.0,<=5.2
 watchdog>=4.0.0,<=4.0.0
-charset-normalizer>=3.3.2,<=3.3.2

+ 4 - 4
tools/packages/taipy-rest/setup.requirements.txt

@@ -1,7 +1,7 @@
-apispec[yaml]>=6.3,<=6.4.0
-apispec-webframeworks>=0.5.2,<=1.0.0
-flask>=3.0.0,<=3.0.2
+apispec[yaml]>=6.3,<=6.6.0
+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.20.2
+marshmallow>=3.20.1,<=3.21.1
 passlib>=1.7.4,<=1.7.4
 taipy-core

+ 1 - 0
tools/packages/taipy-templates/setup.requirements.txt

@@ -0,0 +1 @@
+

+ 1 - 1
tools/packages/taipy/setup.requirements.txt

@@ -1,5 +1,5 @@
 backports.zoneinfo>=0.2.1,<=0.2.1;python_version<'3.9'
-cookiecutter>=2.1.1,<=2.5.0
+cookiecutter>=2.1.1,<=2.6.0
 taipy-gui
 taipy-rest
 taipy-templates