Skip to content

Commit

Permalink
fix: bump python plugin version to include multiple fixes for Poetry
Browse files Browse the repository at this point in the history
Bumps the python plugin to include the following fixes:
- Stop parser from trying to look up packages not propagated to the lockfile (wheel, distributed, pip, setuptools)
- Stop parser from failing when unable to locate dependency in lockfile and to instead log a warning. This could be because of python requirements allowing it in the manifest but not actually installing it and adding a lockfile entry or because of how Poetry treats the use of underscores and hyphens when installing packages
- Reversed PR that introduced swapping underscores in manifest for hyphens in lockfile. This was due to a misunderstanding of how Poetry worked and is remediated by the above.
  • Loading branch information
dtrunley-snyk committed Feb 10, 2021
1 parent 128660c commit eaaf348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"snyk-nuget-plugin": "1.20.0",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "1.14.1",
"snyk-python-plugin": "1.19.2",
"snyk-python-plugin": "1.19.3",
"snyk-resolve": "1.0.1",
"snyk-resolve-deps": "4.7.2",
"snyk-sbt-plugin": "2.11.0",
Expand Down

0 comments on commit eaaf348

Please sign in to comment.