From 4a04e0150d5ded2539544ac8c549f34c2ad7bd00 Mon Sep 17 00:00:00 2001 From: linozen Date: Tue, 16 Nov 2021 12:49:21 +0100 Subject: [PATCH] update deps --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]