Skip to content

Commit

Permalink
Fix CircleCI build failure due to secret scan and missing toposort de…
Browse files Browse the repository at this point in the history
…pendency (#1819)

* add feature hints file to secret scan ignore list

Signed-off-by: ravi-kumar-pilla <[email protected]>

* temp add for toposort dep

Signed-off-by: ravi-kumar-pilla <[email protected]>

---------

Signed-off-by: ravi-kumar-pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla authored Mar 27, 2024
1 parent 6206e43 commit 4fe056b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ sqlalchemy>=1.4, <3
strawberry-graphql>=0.192.0, <1.0
uvicorn[standard]~=0.27.1
watchgod~=0.8.2
# [TODO: Need to drop toposort dependency in favor of in-built graphlib]
toposort>=1.5 # Needs to be at least 1.5 to be able to raise CircularDependencyError
3 changes: 2 additions & 1 deletion trufflehog-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RELEASE.md
README.md
LAYOUT_ENGINE.md
src/utils/random-utils.js
src/components/update-reminder/update-reminder-content.js
src/components/update-reminder/update-reminder-content.js
src/components/feature-hints/feature-hints-content.js

0 comments on commit 4fe056b

Please sign in to comment.