File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ updates:
88 schedule :
99 interval : " monthly"
1010 open-pull-requests-limit : 5
11+ ignore :
12+ # setuptools is pinned due to pyramid's dependency on deprecated pkg_resources
13+ # See: https://github.com/Pylons/pyramid/issues/3731
14+ - dependency-name : " setuptools"
1115 - package-ecosystem : " github-actions"
1216 directory : " /"
1317 schedule :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ fastapi>=0.70.0,<1
1313Flask>=1,<4
1414Werkzeug>=2,<4
1515pyramid>=1,<3
16+ setuptools<82 # Pinned: Pyramid depends on pkg_resources (deprecated in setuptools 67.5.0, removed in 82+). See: https://github.com/Pylons/pyramid/issues/3731
1617
1718# Sanic and its dependencies
1819# Note: Sanic imports tracerite with wild card versions
You can’t perform that action at this time.
0 commit comments