Skip to content

Commit

Permalink
fix: support comments in python manifest in requirements line
Browse files Browse the repository at this point in the history
today we fail in the case of '-r requirements # comment' line in the requirements.txt manifest file.
this upgrade fixes it (and ignore the comments)
  • Loading branch information
admons committed Mar 29, 2022
1 parent dd5d9d5 commit e2449fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"snyk-nuget-plugin": "1.23.4",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "^1.24.0",
"snyk-python-plugin": "1.22.3",
"snyk-python-plugin": "1.23.1",
"snyk-resolve": "1.1.0",
"snyk-resolve-deps": "4.7.3",
"snyk-sbt-plugin": "2.13.0",
Expand Down

0 comments on commit e2449fa

Please sign in to comment.