diff --git a/kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock b/kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock index 445c6fd..655bfae 100644 --- a/kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock +++ b/kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "altair" @@ -1195,13 +1195,13 @@ docs = ["ipykernel", "jupyter-client", "matplotlib", "nbconvert", "nbformat", "n [[package]] name = "streamlit" -version = "1.37.0" +version = "1.38.0" description = "A faster way to build and share data apps" optional = false python-versions = "!=3.9.7,>=3.8" files = [ - {file = "streamlit-1.37.0-py2.py3-none-any.whl", hash = "sha256:d17e2d32b075a270a97f134ab5d22bbb98b4e474fa261ff49dc4a2b380386c84"}, - {file = "streamlit-1.37.0.tar.gz", hash = "sha256:463ef728ba21e74e05122e3704e8af644a7bdbb5822e281b8daf4a0a48761879"}, + {file = "streamlit-1.38.0-py2.py3-none-any.whl", hash = "sha256:0653ecfe86fef0f1608e3e082aef7eb335d8713f6f31e9c3b19486d1c67d7c41"}, + {file = "streamlit-1.38.0.tar.gz", hash = "sha256:c4bf36b3ef871499ed4594574834583113f93f077dd3035d516d295786f2ad63"}, ] [package.dependencies] @@ -1226,7 +1226,7 @@ typing-extensions = ">=4.3.0,<5" watchdog = {version = ">=2.1.5,<5", markers = "platform_system != \"Darwin\""} [package.extras] -snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python (>=0.9.0)"] +snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"] [[package]] name = "tenacity" @@ -1382,4 +1382,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "b18e41e600828e1da7d0c0695712cf09aeb382b0a3741a9bd82fa92ab480323b" +content-hash = "dda308c291d18b575b46484d0bd2fadba8d49ef902ed0368e073949f865a7fd3" diff --git a/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml b/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml index e81f29a..58bc000 100644 --- a/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml +++ b/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml @@ -9,10 +9,10 @@ python = ">=3.10.0,<3.12" pyhamcrest = "^2.1.0" pytest-watch = "^4.2.0" -plotly-express = "^0.4.1" -openpyxl = "^3.1.5" +streamlit = "^1.38.0" pandas = "^2.2.2" -streamlit = "^1.37.0" +openpyxl = "^3.1.5" +plotly-express = "^0.4.1"