diff --git a/poetry.lock b/poetry.lock index 10921a2..8ff6669 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1245,13 +1245,13 @@ files = [ [[package]] name = "setuptools" -version = "74.1.2" +version = "74.1.3" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-74.1.2-py3-none-any.whl", hash = "sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308"}, - {file = "setuptools-74.1.2.tar.gz", hash = "sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6"}, + {file = "setuptools-74.1.3-py3-none-any.whl", hash = "sha256:1cfd66bfcf197bce344da024c8f5b35acc4dcb7ca5202246a75296b4883f6851"}, + {file = "setuptools-74.1.3.tar.gz", hash = "sha256:fbb126f14b0b9ffa54c4574a50ae60673bbe8ae0b1645889d10b3b14f5891d28"}, ] [package.extras] @@ -1506,4 +1506,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "30452bfb06ddd443e18ee2425951e97599213ac4de12816956cad60dc448d1df" +content-hash = "604ed571f1208664f4a20b0899fbb6133ed977c0a39f7035b163f79d1eaccd50" diff --git a/pyproject.toml b/pyproject.toml index cc0bb17..9407422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ backoff = "2.2.1" jinja2 = "3.1.4" pymediainfo = "6.1.0" guessit = "3.8.0" -setuptools = { version = "74.1.2", markers = "python_version >= '3.12'" } # guessit +setuptools = { version = "74.1.3", markers = "python_version >= '3.12'" } # guessit [tool.poetry.group.dev.dependencies] pyright = "1.1.380"