diff --git a/kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock b/kata-solutions/questionnaire-kata/questionnaire-python/poetry.lock index 5dd2f70..445c6fd 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.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 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.36.0" +version = "1.37.0" description = "A faster way to build and share data apps" optional = false python-versions = "!=3.9.7,>=3.8" files = [ - {file = "streamlit-1.36.0-py2.py3-none-any.whl", hash = "sha256:3399a33ea5faa26c05dd433d142eefe68ade67e9189a9e1d47a1731ae30a1c42"}, - {file = "streamlit-1.36.0.tar.gz", hash = "sha256:a12af9f0eb61ab5832f438336257b1ec20eb29d8e0e0c6b40a79116ba939bc9c"}, + {file = "streamlit-1.37.0-py2.py3-none-any.whl", hash = "sha256:d17e2d32b075a270a97f134ab5d22bbb98b4e474fa261ff49dc4a2b380386c84"}, + {file = "streamlit-1.37.0.tar.gz", hash = "sha256:463ef728ba21e74e05122e3704e8af644a7bdbb5822e281b8daf4a0a48761879"}, ] [package.dependencies] @@ -1382,4 +1382,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "c827cb80cd9085f97d8f17e16dd69c0fadcaa44fc7f8a4d639f1d4f2b4d8f599" +content-hash = "b18e41e600828e1da7d0c0695712cf09aeb382b0a3741a9bd82fa92ab480323b" diff --git a/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml b/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml index aa3dbbb..e81f29a 100644 --- a/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml +++ b/kata-solutions/questionnaire-kata/questionnaire-python/pyproject.toml @@ -12,7 +12,7 @@ pytest-watch = "^4.2.0" plotly-express = "^0.4.1" openpyxl = "^3.1.5" pandas = "^2.2.2" -streamlit = "^1.36.0" +streamlit = "^1.37.0"