[Snyk] Security upgrade werkzeug from 2.2.3 to 3.1.4#50
Conversation
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on December 1
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| boto3>=1.1.4 | ||
| pytest>=2.5.2 | ||
| pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability | ||
| werkzeug>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability |
There was a problem hiding this comment.
Bug: Werkzeug 3.x incompatible with project's supported Python versions
The werkzeug>=3.1.4 requirement is incompatible with this project's supported Python versions. According to the .travis.yml, this project supports Python 2.7, 3.3, 3.4, 3.5, 3.6, and pypy. However, werkzeug 3.x requires Python 3.9+. Additionally, the existing Flask>=0.10.1 allows Flask 2.x, which requires werkzeug 2.x (not 3.x). This creates a dependency conflict that will break installations on all currently supported Python versions.
Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.
Snyk changed the following file(s):
requirements.txtImportant
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
Pins
werkzeugto>=3.1.4inrequirements.txtto address a security issue.werkzeug>=3.1.4inrequirements.txtto mitigate a vulnerability.Written by Cursor Bugbot for commit b87643e. This will update automatically on new commits. Configure here.