Skip to content

Commit

Permalink
Update Python3.12 dependencies (#1325)
Browse files Browse the repository at this point in the history
Co-authored-by: florian-vuillemot <[email protected]>
  • Loading branch information
github-actions[bot] and florian-vuillemot authored May 29, 2024
1 parent 16afddb commit ccff31b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions tools/packages/pipfiles/Pipfile3.12.max
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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"}
8 changes: 4 additions & 4 deletions tools/packages/taipy-core/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tools/packages/taipy-gui/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion tools/packages/taipy-rest/setup.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccff31b

Please sign in to comment.