Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
1 change: 1 addition & 0 deletions requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ statsig
UnleashClient
typer
strawberry-graphql
setuptools<82
2 changes: 1 addition & 1 deletion scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"chalice": {
"package": "chalice",
"deps": {
"*": ["pytest-chalice"],
"*": ["pytest-chalice", "setuptools<82"],
},
"num_versions": 2,
},
Expand Down
Loading
Loading