From a52d67e1d4ae5a437159514c3c398d2643228072 Mon Sep 17 00:00:00 2001 From: Jerry Chen Date: Wed, 1 May 2024 14:00:39 +1000 Subject: [PATCH] chore: update pathspec upper version limitation Align with dbt-core to update the upper version limitation of pathspec --- .changes/unreleased/Dependencies-20240501-140032.yaml | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240501-140032.yaml 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