diff --git a/.changes/unreleased/Dependency-20220923-000646.yaml b/.changes/unreleased/Dependency-20220923-000646.yaml new file mode 100644 index 00000000000..a8d3c0a64ad --- /dev/null +++ b/.changes/unreleased/Dependency-20220923-000646.yaml @@ -0,0 +1,7 @@ +kind: "Dependency" +body: "Update pathspec requirement from ~=0.9.0 to >=0.9,<0.11 in /core" +time: 2022-09-23T00:06:46.00000Z +custom: + Author: dependabot[bot] + Issue: 4904 + PR: 5917 diff --git a/core/setup.py b/core/setup.py index 28aa67fddf3..61d712ed79a 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", + "pathspec>=0.9,<0.11", # the following are all to match snowflake-connector-python "requests<3.0.0", "idna>=2.5,<4",