Skip to content

[Snyk] Security upgrade tornado from 6.2 to 6.5.3#5

Open
rob9206 wants to merge 1 commit intomainfrom
snyk-fix-9c65251a05224b294618ffe0e0846ee3
Open

[Snyk] Security upgrade tornado from 6.2 to 6.5.3#5
rob9206 wants to merge 1 commit intomainfrom
snyk-fix-9c65251a05224b294618ffe0e0846ee3

Conversation

@rob9206
Copy link
Owner

@rob9206 rob9206 commented Dec 15, 2025

snyk-top-banner

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

Snyk changed the following file(s):

  • requirements.txt
⚠️ Warning
streamlit 1.23.1 requires tornado, which is not installed.
openai 1.53.1 requires jiter, which is not installed.
openai 1.53.1 has requirement typing-extensions<5,>=4.11, but you have typing-extensions 4.7.1.
anthropic 0.38.0 requires tokenizers, which is not installed.
anthropic 0.38.0 requires jiter, 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

Pins tornado>=6.5.3 in requirements.txt to address security vulnerabilities.

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

Copilot AI review requested due to automatic review settings December 15, 2025 13:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

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 is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on January 13

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.

PyPDF2>=2.0.0
reportlab>=3.5.0
streamlit
tornado>=6.5.3 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Choose a reason for hiding this comment

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

Bug: Inline comment breaks setuptools package installation

The new tornado requirement includes an inline comment (# not directly required...), but the read_requirements() function in setup.py only filters out lines starting with # - it doesn't strip inline comments. This causes the entire line including the comment to be passed to install_requires, which is not a valid PEP 508 specifier. While pip install -r requirements.txt handles inline comments correctly, installations via pip install . or from PyPI will fail because setuptools receives an invalid requirement string.

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.

2 participants