diff --git a/pyproject.toml b/pyproject.toml index 0dc0412c..8af377cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ pydantic = "^2.7" typing-extensions = "^4.6.1" [tool.poetry.dev-dependencies] -parameterized = "^0.8.1" +parameterized = "^0.9.0" pytest = "^7.1.2" pytest-mock = "^3.7.0" -pytest-subtests = "^0.11.0" +pytest-subtests = "^0.13.1" isort = "^5.10.1" pre-commit = "^2.19.0" mypy = ">=1.0.0, <1.11.0"