Skip to content

Commit

Permalink
add codemod_dependencies.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Feb 18, 2024
1 parent f9ef0f3 commit 5ab6cc1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/codemodder/dependency_management/codemod_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is a temporary solution to use dependabot to alert us
# when the dependencies our codemods inject (for example `security`, `defusedxml`, etc) have a version update.

# If this file gets a dependabot update PR, we must also update the corresponding
# dependency in dependency.py. Be sure to update the version AND the hashes.
# Run `get-hashes pkg==version` to get the hashes.
defusedxml==0.7.1
flask-wtf==1.2.0
security==1.2.1

0 comments on commit 5ab6cc1

Please sign in to comment.