From f821075105ab67bd2a297059e57874af5def42c9 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 21 Feb 2025 04:18:13 +0000 Subject: update dev dependencies in pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9fcf04e..592d880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,9 @@ packages = [ pytest = "8.3.4" pytest-cov = "^6.0.0" moto = "^5.0.28" +safety = "^3.3.0" +black = "^25.1.0" +pytest-testdox = "^3.1.0" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] -- cgit v1.2.3