From f45be616210e64bd7240d597b92c875c20e59c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 22:02:37 -0500 Subject: [PATCH] Update pathspec requirement from ~=0.9.0 to >=0.9,<0.11 in /core (#5917) * Update pathspec requirement from ~=0.9.0 to >=0.9,<0.11 in /core Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version. - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot (cherry picked from commit 9297e4d55cbcdb815d7eb74250f5475ea174675c) --- .changes/unreleased/Dependency-20220923-000646.yaml | 7 +++++++ core/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependency-20220923-000646.yaml 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 1371fd48b42..0a441f4a8e7 100644 --- a/core/setup.py +++ b/core/setup.py @@ -62,7 +62,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",