Skip to content

Commit

Permalink
chore: update pathspec upper version limitation (#120)
Browse files Browse the repository at this point in the history
Align with dbt-core to update the upper version limitation of pathspec
  • Loading branch information
jerry153fish authored May 6, 2024
1 parent e1c192e commit f0e2df6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240501-140032.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0e2df6

Please sign in to comment.