diff --git a/pyproject.toml b/pyproject.toml index c6296c1..3fad605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,12 @@ authors = [ readme = "README.md" requires-python = ">=3.11,<3.13" dependencies = [ - "cvxpy==1.5.3", - "Eel==0.17.0", - "gspread==6.1.4", - "mip==1.15.0", + "cvxpy==1.8.1", + "Eel==0.18.2", + "gspread==6.2.1", + "mip==1.17.1", "oauth2client==4.1.3", - "pyinstaller==6.11.1", + "pyinstaller==6.19.0", "toml==0.10.2", ]