diff --git a/.changes/unreleased/Dependencies-20240501-140032.yaml b/.changes/unreleased/Dependencies-20240501-140032.yaml new file mode 100644 index 00000000..bc21f82f --- /dev/null +++ b/.changes/unreleased/Dependencies-20240501-140032.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: update pathspec upper version limitation +time: 2024-05-01T14:00:32.257513+10:00 +custom: + Author: jerry153fish + PR: "120" diff --git a/pyproject.toml b/pyproject.toml index a728e316..93524a2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "jsonschema>=4.0,<5.0", "Jinja2>=3.1.3,<4", "mashumaro[msgpack]>=3.9,<4.0", - "pathspec>=0.9,<0.12", + "pathspec>=0.9,<0.13", "protobuf>=4.0.0,<5.0.0", "python-dateutil>=2.0,<3.0", "requests<3.0.0", # needs to match dbt-core