diff --git a/poetry.lock b/poetry.lock index b5e56572..61b1dcd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -511,15 +511,18 @@ files = [ [[package]] name = "click" -version = "7.1.2" +version = "8.1.7" description = "Composable command line interface toolkit" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"}, - {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"}, + {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, + {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, ] +[package.dependencies] +colorama = {version = "*", markers = "platform_system == \"Windows\""} + [[package]] name = "colorama" version = "0.4.6" @@ -2412,4 +2415,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.8,<4,!=3.9.7" -content-hash = "8959a06e61fce385ec389ce34bb5f7bcba81079c72ea8f4b7050a514d3c8abc5" +content-hash = "7b7cc1cd753f25d192f8d2c9cacfcbab708d7696a045c1fe158d81a2b563716e" diff --git a/pyproject.toml b/pyproject.toml index cad9eaa6..80b8273d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ typing_extensions = { version = ">=3.7.4,<5.0.0", python = "<3.8" } packaging = ">=20.0" [tool.poetry.group.dev.dependencies] -click = ">=7.0,<8.0" # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases. +click = ">=7.0,<9.0" # We must specify the click version because we install older versions of Streamlit in the CI process and their depending click version is different from the newer releases. ruff = ">=0.3,<0.7" mypy = "^1.11.2" pydub = "^0.25.1"