diff --git a/.changes/unreleased/Dependencies-20230126-000237.yaml b/.changes/unreleased/Dependencies-20230126-000237.yaml new file mode 100644 index 00000000000..551f144382f --- /dev/null +++ b/.changes/unreleased/Dependencies-20230126-000237.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pathspec requirement from <0.11,>=0.9 to >=0.9,<0.12 in /core" +time: 2023-01-26T00:02:37.00000Z +custom: + Author: dependabot[bot] + PR: 6737 diff --git a/core/setup.py b/core/setup.py index 395ed6514b3..49be4ea5a6a 100644 --- a/core/setup.py +++ b/core/setup.py @@ -63,7 +63,7 @@ "dbt-extractor~=0.4.1", "typing-extensions>=3.7.4", "werkzeug>=1,<3", - "pathspec>=0.9,<0.11", + "pathspec>=0.9,<0.12", "pytz>=2015.7", # the following are all to match snowflake-connector-python "requests<3.0.0",