Skip to content

Conversation

@pratham-aggr
Copy link
Owner

@pratham-aggr pratham-aggr commented Dec 6, 2025

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • backend-api/requirements.txt
⚠️ Warning
yfinance 0.2.65 requires curl-cffi, which is not installed.
yfinance 0.2.65 requires websockets, which is not installed.

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.


Note

Upgrades Werkzeug in backend API requirements from 2.x to 3.1.4.

  • Dependencies:
    • Upgrade Werkzeug in backend-api/requirements.txt from 2.3.7 to 3.1.4.

Written by Cursor Bugbot for commit 197322b. This will update automatically on new commits. Configure here.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620
@vercel
Copy link

vercel bot commented Dec 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
quantflow Ready Ready Preview Comment Dec 6, 2025 4:37am

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

python-dotenv==1.0.0
gunicorn==21.2.0
Werkzeug==2.3.7
Werkzeug==3.1.4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Flask 2.3.3 incompatible with Werkzeug 3.x versions

Upgrading Werkzeug to 3.1.4 while keeping Flask==2.3.3 creates a breaking dependency conflict. Flask 3.0.0 introduced the requirement for Werkzeug >= 3.0.0, meaning Flask 2.3.x is only compatible with Werkzeug 2.x. Werkzeug 3.0 removed/relocated APIs (like url_quote from werkzeug.urls) that Flask 2.x depends on. This will cause ImportError exceptions at runtime when the application attempts to start.

Additional Locations (1)

Fix in Cursor Fix in Web

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 this pull request may close these issues.

3 participants