diff --git a/pyproject.toml b/pyproject.toml index d67ec4c..49b93c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ [dependency-groups] dev = [ "pre-commit~=3.8.0", - "pytest~=8.3.3", + "pytest>=8.3.3,<8.5.0", "pytest-cov~=5.0.0", "python-dotenv~=1.0.1", "pytest-asyncio~=0.24.0",