diff --git a/pyproject.toml b/pyproject.toml index 8b6a53e..8e0c82a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test_packaging = [ ] tests = [ "pydantic==2.10.6", - "pytest==8.3.4" + "pytest==8.3.5" ] type_check = [ "mypy==1.15.0"