Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🙏] Support Poetry version > 1.1.x #74

Open
sbrunner opened this issue Jun 20, 2024 · 0 comments · May be fixed by #75
Open

[🙏] Support Poetry version > 1.1.x #74

sbrunner opened this issue Jun 20, 2024 · 0 comments · May be fixed by #75
Assignees

Comments

@sbrunner
Copy link

Describe the user need
I want Snyk to support Poetry version > 1.1.x

Describe expected behaviour

If you have an idea how you would like this to behave please share in as much detail as possible.

snyk fix =>

...
- Checking poetry version
⚠️ Could not detect poetry version, proceeding anyway. Some operations may fail.
...

Additional context

At least this code should be adapted

const re = new RegExp(/^Poetry\sversion\s([0-9.]+)/, 'g');

Poetry version with Poetry 1.1.5: Poetry version 1.1.15
Poetry version with Poetry >= 1.2.0: Poetry (version 1.2.2), last one => Poetry (version 1.8.3)

I don't know if there are more adaptation to do.

@sbrunner sbrunner linked a pull request Jun 20, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants