diff --git a/poetry.lock b/poetry.lock index 961650d..2adb53d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -419,4 +419,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e635588e72c891e2de9bc760f5462958dde70f8741919cd20e531f9cd9d594b8" +content-hash = "b61608c0027f4a36b7a4e6091f179a3ea7516dae52f5ead7159e9bd84918cead" diff --git a/pyproject.toml b/pyproject.toml index 876d80e..c8eada7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" yt-dlp = "^2024.12.26" [tool.poetry.group.dev.dependencies] -ruff = "^0.9.0" +ruff = "^0.9.1" mypy = "^1.14.1" types-beautifulsoup4 = "^4.12.0" types-requests = "^2.32.0"