Fix all Dependabot security alerts#44
Merged
sanjaychelliah merged 2 commits intomainfrom May 5, 2026
Merged
Conversation
…ndex-llms-clarifai, markdown, pdfminer.six Agent-Logs-Url: https://github.com/Clarifai/clarifai-python-datautils/sessions/bd537293-c9d6-4576-945d-f7f2f55378f7 Co-authored-by: sanjaychelliah <65780631+sanjaychelliah@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix all Dependabot security alerts
Fix all Dependabot security alerts
May 5, 2026
sanjaychelliah
approved these changes
May 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates pinned Python dependencies to address Dependabot security alerts in the package runtime requirements and the development/test environment. It mainly targets the multimodal pipeline dependency stack used by this repository’s ingestion utilities.
Changes:
- Upgrades
llama-index-core,llama-index-llms-clarifai, andmarkdownin both runtime and dev requirements. - Adds an explicit
pdfminer.sixpin inrequirements-dev.txtto override a vulnerable transitive dependency fromunstructured[pdf].
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
requirements.txt |
Updates runtime dependency pins that flow into setup.py packaging metadata. |
requirements-dev.txt |
Updates dev/test dependency pins and adds an explicit pdfminer.six override for the PDF pipeline toolchain. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,8 +1,9 @@ | |||
| # requirements-dev.txt | |||
sanjaychelliah
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remediates all open Dependabot security alerts by upgrading vulnerable direct and transitive dependencies across
requirements.txtandrequirements-dev.txt.requirements.txtllama-index-core0.10.38 → 0.13.0 — fixes CVE-2024-12704, CVE-2025-5302, CVE-2025-5472, CVE-2025-6208, CVE-2025-7647llama-index-llms-clarifai0.1.2 → 0.5.0 — required; v0.5.0 declaresllama-index-core>=0.13.0markdown3.7 → 3.8.1 — fixes CVE-2025-69534requirements-dev.txtllama-index-core,llama-index-llms-clarifai, andmarkdownupgrades as abovepdfminer.six==20251230— overrides the vulnerable transitive version (20240706) pulled in byunstructured[pdf]; fixes CVE-2025-64512 and CVE-2025-70559Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/Clarifai/clarifai-python-datautils/dependabot/alerts/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.