diff --git a/pyproject.toml b/pyproject.toml index 1214579..3e3bc25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "requests<3.0,>=2.28", "typer<1.0,>=0.9", "pydantic<3.0,>=1.10", - "rich<14.0.0,>=10.11.0", + "rich>=10.11.0,<15.0.0", "cel-python<1.0.0,>=0.1.5", ] @@ -23,9 +23,9 @@ line-length = 120 [dependency-groups] dev = [ "pytest<9.0,>=7.2", - "coveralls<4.0.0,>=3.3.1", - "pytest-cov<5.0.0,>=4.0.0", - "ruff<0.3.4,>=0.0.241", + "coveralls>=3.3.1,<5.0.0", + "pytest-cov>=4.0.0,<8.0.0", + "ruff>=0.0.241,<0.14.1", ] [project.scripts]