Ver Fonte

Update Python3.12 dependencies (#2334)

Co-authored-by: trgiangdo <trgiangdo@users.noreply.github.com>
Co-authored-by: João André <88906996+joaoandre-avaiga@users.noreply.github.com>
github-actions[bot] há 4 meses atrás
pai
commit
c0a828d15c

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

@@ -57,11 +57,11 @@ version = "==4.2.13"
 "pymongo" = {version="==4.10.1", extras=["srv"]}
 "sqlalchemy" = {version="==2.0.36"}
 "toml" = {version="==0.10.2"}
-"boto3" = {version="==1.35.71"}
+"boto3" = {version="==1.35.90"}
 "cookiecutter" = {version="==2.6.0"}
 "flask" = {version="==3.1.0"}
 "flask-cors" = {version="==5.0.0"}
-"flask-socketio" = {version="==5.4.1"}
+"flask-socketio" = {version="==5.5.0"}
 "markdown" = {version="==3.7"}
 "python-dotenv" = {version="==1.0.1"}
 "pytz" = {version="==2024.2"}
@@ -71,12 +71,12 @@ version = "==4.2.13"
 "kthread" = {version="==0.2.3"}
 "gitignore-parser" = {version="==0.1.11"}
 "simple-websocket" = {version="==1.1.0"}
-"twisted" = {version="==24.10.0"}
-"deepdiff" = {version="==8.0.1"}
+"twisted" = {version="==24.11.0"}
+"deepdiff" = {version="==8.1.1"}
 "flask-restful" = {version="==0.3.10"}
 "passlib" = {version="==1.7.4"}
-"marshmallow" = {version="==3.23.1"}
-"apispec" = {version="==6.7.1", extras=["yaml"]}
+"marshmallow" = {version="==3.23.2"}
+"apispec" = {version="==6.8.0", extras=["yaml"]}
 "apispec-webframeworks" = {version="==1.2.0"}
 "watchdog" = {version="==6.0.0"}
-"charset-normalizer" = {version="==3.4.0"}
+"charset-normalizer" = {version="==3.4.1"}

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

@@ -1,2 +1,2 @@
-deepdiff>=6.7.0,<=8.0.1
+deepdiff>=6.7.0,<=8.1.1
 toml>=0.10,<=0.10.2

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

@@ -1,4 +1,4 @@
-boto3>=1.29.4,<=1.35.71
+boto3>=1.29.4,<=1.35.90
 networkx>=2.6,<=3.4.2
 openpyxl>=3.1.2,<=3.1.5
 pandas>=1.3.5,<=2.2.3

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

@@ -1,7 +1,7 @@
-charset-normalizer>=3.3.2,<=3.4.0
+charset-normalizer>=3.3.2,<=3.4.1
 flask>=3.1.0,<=3.1.0
 flask-cors>=5.0.0,<=5.0.0
-flask-socketio>=5.4.1,<=5.4.1
+flask-socketio>=5.4.1,<=5.5.0
 gevent>=24.11.1,<=24.11.1
 gevent-websocket>=0.10.1,<=0.10.1
 gitignore-parser>=0.1,<=0.1.11
@@ -12,6 +12,6 @@ python-dotenv>=1.0.0,<=1.0.1
 pytz>=2021.3,<=2024.2
 simple-websocket>=0.10.1,<=1.1.0
 taipy-common
-twisted>=24.7.0,<=24.10.0
+twisted>=24.7.0,<=24.11.0
 tzlocal>=3.0,<=5.2
 watchdog>=4.0.0,<=6.0.0

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

@@ -1,7 +1,7 @@
-apispec[yaml]>=6.3,<=6.7.1
+apispec[yaml]>=6.3,<=6.8.0
 apispec-webframeworks>=0.5.2,<=1.2.0
 flask>=3.1.0,<=3.1.0
 flask-restful>=0.3.9,<=0.3.10
-marshmallow>=3.20.1,<=3.23.1
+marshmallow>=3.20.1,<=3.23.2
 passlib>=1.7.4,<=1.7.4
 taipy-core