Skip to content

Commit

Permalink
Add setuptools to the Dependabot ignore list (#1631)
Browse files Browse the repository at this point in the history
Since we can't update to setuptools v71+ due to its new approach
to vendored dependencies:
#1630 (comment)

When this buildpack adds support for Python 3.13 we will also
be dropping the global installs of setuptools and wheel.

GUS-W-16637281.
  • Loading branch information
edmorley authored Sep 2, 2024
1 parent f2372d2 commit fb95554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ updates:
directory: "/"
schedule:
interval: "monthly"
ignore:
# We're not updating to setuptools v71+ due to its new approach to vendored dependencies:
# https://github.com/heroku/heroku-buildpack-python/pull/1630#issuecomment-2324236653
- dependency-name: "setuptools"
labels:
- "dependencies"
- "python"

0 comments on commit fb95554

Please sign in to comment.