diff --git a/pyproject.toml b/pyproject.toml index 46a2542..b1726d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ zulip = [ "zulip~=0.9.0" ] tests = [ - "pytest~=7.4.4", + "pytest>=7.4.4,<8.2.0", "types-PyYAML~=6.0.12", "mypy~=1.8.0" ]