diff --git a/pyproject.toml b/pyproject.toml index 645adbc..e3d0e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,12 @@ authors = [] python = "^3.9" [tool.poetry.group.dev.dependencies] -black = "^23.1.0" -mypy = "^1.1" -pytest = "^7.2.0" -pytest-cov = "^4.0.0" -pytest-mock = "^3.10.0" -ruff = "^0.1.6" +black = "^24.8.0" +mypy = "^1.11.1" +pytest = "^8.3.2" +pytest-cov = "^5.0.0" +pytest-mock = "^3.14.0" +ruff = "^0.5.6" [tool.ruff] select = ["ALL"]