diff --git a/pyproject.toml b/pyproject.toml index 4abd295..0156594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,12 +9,12 @@ readme = "README.md" python = "^3.10" # TODO [tool.poetry.group.dev.dependencies] -pytest = "^8.2.0" +pytest = "^8.2.1" pytest-mock = "^3.14.0" black = "^24.4.2" flake8 = "^7.0.0" isort = "^5.13.2" -pre-commit = "^3.7.0" +pre-commit = "^3.7.1" [build-system] requires = ["poetry-core"]