Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 5
ignore:
# setuptools is pinned due to pyramid's dependency on deprecated pkg_resources
# See: https://github.com/Pylons/pyramid/issues/3731
- dependency-name: "setuptools"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions requirements/adapter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fastapi>=0.70.0,<1
Flask>=1,<4
Werkzeug>=2,<4
pyramid>=1,<3
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

# Sanic and its dependencies
# Note: Sanic imports tracerite with wild card versions
Expand Down