Skip to content

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1#24

Open
abossard wants to merge 1 commit intomainfrom
snyk-fix-229e233b81f837499f84ff0c908ed6ab
Open

[Snyk] Security upgrade zipp from 3.15.0 to 3.19.1#24
abossard wants to merge 1 commit intomainfrom
snyk-fix-229e233b81f837499f84ff0c908ed6ab

Conversation

@abossard
Copy link
Copy Markdown
Owner

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/requirements.txt
⚠️ Warning
taskgroup 0.2.2 has requirement typing_extensions<5,>=4.12.2, but you have typing-extensions 4.7.1.

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-ZIPP-7430899
Copilot AI review requested due to automatic review settings March 10, 2026 21:54
Copy link
Copy Markdown

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 applies a Snyk-driven dependency update in the backend Python requirements to mitigate a reported vulnerability by ensuring a safe zipp version is installed.

Changes:

  • Add zipp>=3.19.1 to backend/requirements.txt with an explanatory inline comment.

APScheduler>=3.10.4
litellm>=1.50.0
langchain-litellm>=0.3.0
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

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

The inline comment says this dependency is "pinned", but the specifier is a lower bound (">=3.19.1"), not an actual pin. Either update the comment to reflect that it’s a minimum secure version, or change the specifier to an actual pin/range if you intended to lock it down.

Suggested change
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required; minimum secure version recommended by Snyk to avoid a vulnerability

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.

3 participants