diff --git a/poetry.lock b/poetry.lock index 067af73..1f56ccd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 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 = "astroid" @@ -433,13 +433,13 @@ files = [ [[package]] name = "more-itertools" -version = "10.2.0" +version = "10.5.0" description = "More routines for operating on iterables, beyond itertools" optional = false python-versions = ">=3.8" files = [ - {file = "more-itertools-10.2.0.tar.gz", hash = "sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1"}, - {file = "more_itertools-10.2.0-py3-none-any.whl", hash = "sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684"}, + {file = "more-itertools-10.5.0.tar.gz", hash = "sha256:5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6"}, + {file = "more_itertools-10.5.0-py3-none-any.whl", hash = "sha256:037b0d3203ce90cca8ab1defbbdac29d5f993fc20131f3664dc8d6acfa872aef"}, ] [[package]] @@ -942,4 +942,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0.0" -content-hash = "39e4c6043e432e337e3ff07b17a0ea1662deae57906d1a4a7b96d7913c8af20b" +content-hash = "e1455b00bce4be50074a75d5810a3b34ae6e88cbd352fc459f79f3d57f3267f3" diff --git a/pyproject.toml b/pyproject.toml index ae4d137..6375214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ asyncio = "^3.4.3" bidict = "^0.23.1" click-option-group = "^0.5.6" ffmpeg-python = "^0.2.0" -more-itertools = "^10.1.0" +more-itertools = "^10.5.0" rich = "^13.7.0" rich-argparse = "^1.4.0" rich-click = "^1.8.3"