Skip to content

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

Open
robertatakenaka wants to merge 1 commit intomainfrom
snyk-fix-9b18bfdaebc5001e636ef3fefc6f8bd1
Open

[Snyk] Security upgrade tornado from 6.2 to 6.5.3#464
robertatakenaka wants to merge 1 commit intomainfrom
snyk-fix-9b18bfdaebc5001e636ef3fefc6f8bd1

Conversation

@robertatakenaka
Copy link
Member

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/base.txt
⚠️ Warning
flower 1.2.0 requires tornado, which is not installed.
django-celery-beat 2.5.0 has requirement importlib-metadata<5.0; python_version < "3.8", but you have importlib-metadata 6.7.0.

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.

Copilot AI review requested due to automatic review settings December 15, 2025 10:18
Copy link
Contributor

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.

Pull request overview

This PR upgrades the tornado dependency from version 6.2 to 6.5.3 to address three security vulnerabilities identified by Snyk. Tornado is a transitive dependency required by flower (version 1.2.0), which is used for Celery monitoring in this Django application. The upgrade uses a minimum version constraint (>=6.5.3) to ensure the security fixes are present while allowing for future patch updates.

Key Changes:

  • Adds explicit tornado version constraint (>=6.5.3) to requirements/base.txt as a pinned security fix
  • Addresses three Snyk-identified vulnerabilities in tornado 6.2

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

# PyCountry
# ------------------------------------------------------------------------------
pycountry==24.6.1 # https://pypi.org/project/pycountry/ No newline at end of file
pycountry==24.6.1 # https://pypi.org/project/pycountry/
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

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

This dependency addition should follow the existing organizational pattern in this file. All other dependencies are grouped under section headers with a separator line. Consider adding a section header for Tornado, such as:

Tornado

------------------------------------------------------------------------------

This would maintain consistency with the existing structure where dependencies are organized by purpose or package name.

Suggested change
pycountry==24.6.1 # https://pypi.org/project/pycountry/
pycountry==24.6.1 # https://pypi.org/project/pycountry/
# Tornado
# ------------------------------------------------------------------------------

Copilot uses AI. Check for mistakes.
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