Sfoglia il codice sorgente

Update Python3.12 dependencies (#1325)

Co-authored-by: florian-vuillemot <florian-vuillemot@users.noreply.github.com>
github-actions[bot] 11 mesi fa
parent
commit
ccff31b97b

+ 7 - 7
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"}

+ 4 - 4
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

+ 2 - 2
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

+ 1 - 1
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