diff --git a/pyproject.toml b/pyproject.toml index 4a54150c..7a9e2677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "jsonschema~=4.0", "Jinja2~=3.0", "mashumaro[msgpack]~=3.9", - "pathspec>=0.9,<0.12", # TODO: I'm not sure this is needed. check search.py? + "pathspec>=0.9,<0.13", # TODO: I'm not sure this is needed. check search.py? "protobuf>=4.0.0", "python-dateutil~=2.0", "requests<3.0.0",