diff --git a/poetry.lock b/poetry.lock index 1691ba6..876599e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -331,13 +331,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.23.0" +version = "0.24.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.23.0-py3-none-any.whl", hash = "sha256:d573ff31d7678e62b6f9bc9a1291ae2009ac14e0eead0a450598f9f05abb27a3"}, - {file = "poethepoet-0.23.0.tar.gz", hash = "sha256:62a0a6a518df5985c191aee0c1fcd2bb6a0a04eb102997786fcdf118e4147d22"}, + {file = "poethepoet-0.24.0-py3-none-any.whl", hash = "sha256:ef67cfe3657552bd43cb3896bebdc7ff3153125b545e93a2dcc664f159678524"}, + {file = "poethepoet-0.24.0.tar.gz", hash = "sha256:46f60a11178c40766e3e27d15c8f98ea174807f4422c7cb48f3a3bc97902ec8b"}, ] [package.dependencies] @@ -620,4 +620,4 @@ vapoursynth = "*" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b075954a11c78f32162d247704cfc95dc208c7c73c8647b7793741cab3d2848b" +content-hash = "e3fd329eb620d41828455272b752b3e39f32343d9424e85c46f230ab32af1b66" diff --git a/pyproject.toml b/pyproject.toml index e7dbdba..d10ce08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ vsutil = "^0.8.0" [tool.poetry.group.lint.dependencies] black = "^23.9.1" mypy = "^1.5.1" -poethepoet = "^0.23.0" +poethepoet = "^0.24.0" ruff = "^0.0.291" types-pyyaml = "^6.0.12.12"