diff --git a/pyproject.toml b/pyproject.toml index 598ab18..c77b0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -streamlit = "^0.88.0" -plotly = "^5.3.1" -openpyxl = "^3.0.8" -XlsxWriter = "^3.0.1" +streamlit = "^1.2.0" +plotly = "^5.4.0" +openpyxl = "^3.0.9" +XlsxWriter = "^3.0.2" phik = "^0.12.0" [tool.poetry.dev-dependencies]