diff --git a/pyproject.toml b/pyproject.toml index 08088af..73f6e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", ] dependencies = [ - "pathspec>=0.12,<1", + "pathspec>=0.12,<2", "tomli>=2.0; python_version < '3.11'", ]