diff --git a/pyproject.toml b/pyproject.toml index eb2d19e..473b9a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,13 +29,13 @@ requests = "^2.32.3" python-slugify = "^8.0.4" [tool.poetry.group.dev.dependencies] -black = "^25.1.0" -isort = ">=5.13.2,<7.0.0" -mypy = "^1.9.0" -pylint = "^3.1.0" +black = "25.12.0" +isort = "==6.1.0" +mypy = "1.20.1" +pylint = "3.3.9" types-pyyaml = "^6.0.12.20240311" types-requests = "^2.32.0.20240712" -bump-my-version = "^1.1.2" +bump-my-version = "1.3.0" [build-system] requires = ["poetry-core"]