Skip to content

[Snyk] Security upgrade werkzeug from 0.10.4 to 3.1.4#58

Open
rx007 wants to merge 1 commit intomasterfrom
snyk-fix-1a01de3db1dd147fc07cd3774b07bf84
Open

[Snyk] Security upgrade werkzeug from 0.10.4 to 3.1.4#58
rx007 wants to merge 1 commit intomasterfrom
snyk-fix-1a01de3db1dd147fc07cd3774b07bf84

Conversation

@rx007
Copy link
Copy Markdown
Owner

@rx007 rx007 commented Dec 2, 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):

  • requirements.txt
⚠️ Warning
Jinja2 2.8 requires MarkupSafe, which is not installed.
Flask 0.10.1 requires Werkzeug, 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.

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

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

traitlets==4.0.0
Twisted==15.4.0
Werkzeug==0.10.4
Werkzeug==3.1.4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep Werkzeug version compatible with pinned Flask

Bumping Werkzeug to 3.1.4 while leaving Flask==0.10.1 (line 12 of the same file) creates an incompatible dependency set: Flask 0.10 imports top-level helpers such as werkzeug.import_string and cached_property that were removed in Werkzeug 2.1+, so importing Flask with this new requirement raises ImportError before any app code runs. Unless Flask is upgraded to a version that supports Werkzeug 3.x, this change will break environments that install these requirements and use Flask.

Useful? React with 👍 / 👎.

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.

2 participants