diff --git a/poetry.lock b/poetry.lock index aee7359..b1f7984 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4495,17 +4495,17 @@ streamlit = ">=1.2" [[package]] name = "streamlit-option-menu" -version = "0.3.13" +version = "0.4.0" description = "streamlit-option-menu is a simple Streamlit component that allows users to select a single item from a list of options in a menu." optional = false python-versions = ">=3.6" files = [ - {file = "streamlit-option-menu-0.3.13.tar.gz", hash = "sha256:a0fb4eb52bdc5060b0cbf08ef75fc27c78126e13cdcdde1ec7beea36c0cc3880"}, - {file = "streamlit_option_menu-0.3.13-py3-none-any.whl", hash = "sha256:7e7e4f8770bc444ea4e51b27d3f6dfbda87e369b686421137f323d5b9ad13c25"}, + {file = "streamlit-option-menu-0.4.0.tar.gz", hash = "sha256:48ec69d59e547fa2fa4bfae001620df8af56a80de2f765ddbb9fcbfb84017129"}, + {file = "streamlit_option_menu-0.4.0-py3-none-any.whl", hash = "sha256:a55fc7554047b6db371595af2182e435b8a2c715ee6124e8543685bd4670b07e"}, ] [package.dependencies] -streamlit = ">=0.63" +streamlit = ">=1.36" [[package]] name = "streamlit-toggle-switch" @@ -5215,4 +5215,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "153a16599c95a0303fb9e0bcf00e579c7535b835ea8871fe46e4c7dec689a84c" +content-hash = "5c72d32ad705a978153a976842647fdd44bc98cd83ed5cefc2cccf3a28f1be1e" diff --git a/pyproject.toml b/pyproject.toml index 73681c9..fdb7e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = ">=3.12,<3.13" streamlit = "^1.31.1" gpt-all-star = "^0.0.64" streamlit-extras = "^0.4.0" -streamlit-option-menu = "^0.3.12" +streamlit-option-menu = "^0.4.0" pillow = "^10.2.0" nodejs-bin = { extras = ["cmd"], version = "^18.4.0a4" }