Skip to content

Commit

Permalink
Removed comment from requirements (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus authored Mar 20, 2024
1 parent 66d84e6 commit 4e6ec0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion snyk/dependency-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def sync():
dependencies = pyproject["project"]["dependencies"]
dev_dependencies = pyproject["project"]["optional-dependencies"]["development"]
with open("snyk/requirements.txt", "w") as req:
req.write("# Auto generated\n")
for dep in dependencies:
req.write(f"{dep}\n")
for dep in dev_dependencies:
Expand Down
1 change: 0 additions & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Auto generated
jinja2==3.1.3
pluggy==1.4.0
PyYAML==6.0.1
Expand Down

0 comments on commit 4e6ec0b

Please sign in to comment.