Skip to content

Commit

Permalink
Update Python3.8 Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi-Sh authored May 5, 2024
1 parent fbe9ba5 commit a869ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/packages/pipfiles/Pipfile3.8.max
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ version = "==4.2.13"
"networkx" = {version="==3.1", markers="python_version<'3.9'"}
"openpyxl" = {version="==3.1.2"}
"pandas" = {version="==2.0.3", markers="python_version<'3.9'"}
"pymongo" = {version="==4.7.0", extras=["srv"]}
"pymongo" = {version="==4.7.1", extras=["srv"]}
"sqlalchemy" = {version="==2.0.29"}
"toml" = {version="==0.10.2"}
"boto3" = {version="==1.34.93"}
"boto3" = {version="==1.34.98"}
"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,7 +76,7 @@ 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"}
Expand Down

0 comments on commit a869ca8

Please sign in to comment.