diff --git a/poetry.lock b/poetry.lock index 067af73..02f6a57 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.4.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.4.0.tar.gz", hash = "sha256:fe0e63c4ab068eac62410ab05cccca2dc71ec44ba8ef29916a0090df061cf923"}, + {file = "more_itertools-10.4.0-py3-none-any.whl", hash = "sha256:0f7d9f83a0a8dcfa8a2694a770590d98a67ea943e3d9f5298309a484758c4e27"}, ] [[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 = "90a08214c8368add811e781b997e12cf7bff050a8aefec43c39a827de6c3729f" diff --git a/pyproject.toml b/pyproject.toml index ae4d137..a4da11c 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.4.0" rich = "^13.7.0" rich-argparse = "^1.4.0" rich-click = "^1.8.3"