[PR #20312] [CLOSED] chore(deps): bump unstructured from 0.18.21 to 0.18.24 in /backend #48609

Closed
opened 2026-04-30 00:37:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/20312
Author: @dependabot[bot]
Created: 1/1/2026
Status: Closed

Base: devHead: dependabot/pip/backend/dev/unstructured-0.18.24


📝 Commits (1)

  • 06f9ca6 chore(deps): bump unstructured from 0.18.21 to 0.18.24 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps unstructured from 0.18.21 to 0.18.24.

Release notes

Sourced from unstructured's releases.

0.18.24

Enhancement

  • Optimize OCRAgentTesseract.extract_word_from_hocr (codeflash)

Fixes

  • Security update: Bumped dependencies to address security vulnerabilities

0.18.22

Enhancement

Features

Fixes

Full Changelog: https://github.com/Unstructured-IO/unstructured/compare/0.18.21...0.18.22

Changelog

Sourced from unstructured's changelog.

0.18.24

Enhancement

  • Optimize OCRAgentTesseract.extract_word_from_hocr (codeflash)

Fixes

  • Security update: Bumped dependencies to address security vulnerabilities

0.18.23

Enhancement

  • Update logic to only consider text found by pdfminer with low fraction of invisible text as extracted

0.18.22

Fixes

  • Constrain fonttools to >=4.60.2 to address CVE-2025-66034
Commits
  • 7f2cb4c fix(deps): Update security updates [SECURITY] (#4154)
  • eb15cd7 fix: use vulnerabilityAlerts config instead of invalid packageRule ma… (#4147)
  • 100f6f5 feat: add automatic version bumping for security updates (#4145)
  • ce1ea7b feat: switch to renovate (#4131)
  • 1f32cda ️ Speed up method OCRAgentTesseract.extract_word_from_hocr by 35% (#4130)
  • dce5345 Feat: is extracted only true when text has trivial amount of invisible text (...
  • afd9118 fix(deps): Bump fonttools to address cve (#4125)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/20312 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/unstructured-0.18.24` --- ### 📝 Commits (1) - [`06f9ca6`](https://github.com/open-webui/open-webui/commit/06f9ca61ecdc3ec19e5555612c5d304c613b0f8d) chore(deps): bump unstructured from 0.18.21 to 0.18.24 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.21 to 0.18.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Unstructured-IO/unstructured/releases">unstructured's releases</a>.</em></p> <blockquote> <h2>0.18.24</h2> <h3>Enhancement</h3> <ul> <li>Optimize <code>OCRAgentTesseract.extract_word_from_hocr</code> (codeflash)</li> </ul> <h3>Fixes</h3> <ul> <li><strong>Security update</strong>: Bumped dependencies to address security vulnerabilities</li> </ul> <h2>0.18.22</h2> <h3>Enhancement</h3> <h3>Features</h3> <h3>Fixes</h3> <ul> <li>fix(deps): Bump fonttools to address cve by <a href="https://github.com/CyMule"><code>@​CyMule</code></a> in <a href="https://redirect.github.com/Unstructured-IO/unstructured/pull/4125">Unstructured-IO/unstructured#4125</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Unstructured-IO/unstructured/compare/0.18.21...0.18.22">https://github.com/Unstructured-IO/unstructured/compare/0.18.21...0.18.22</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md">unstructured's changelog</a>.</em></p> <blockquote> <h2>0.18.24</h2> <h3>Enhancement</h3> <ul> <li>Optimize <code>OCRAgentTesseract.extract_word_from_hocr</code> (codeflash)</li> </ul> <h3>Fixes</h3> <ul> <li><strong>Security update</strong>: Bumped dependencies to address security vulnerabilities</li> </ul> <h2>0.18.23</h2> <h3>Enhancement</h3> <ul> <li>Update logic to only consider text found by pdfminer with low fraction of invisible text as extracted</li> </ul> <h2>0.18.22</h2> <h3>Fixes</h3> <ul> <li>Constrain fonttools to &gt;=4.60.2 to address CVE-2025-66034</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/7f2cb4ce25cb84b47204e61ab435a81f0a540fb4"><code>7f2cb4c</code></a> fix(deps): Update security updates [SECURITY] (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/4154">#4154</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/eb15cd721bea4e66d0444d9983781d4498a477be"><code>eb15cd7</code></a> fix: use vulnerabilityAlerts config instead of invalid packageRule ma… (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/4147">#4147</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/100f6f5700bf2aeb298c33853762e6ef0e66d722"><code>100f6f5</code></a> feat: add automatic version bumping for security updates (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/4145">#4145</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/ce1ea7b9f79443068ee21eb70c9f61b101bf4f55"><code>ce1ea7b</code></a> feat: switch to renovate (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/4131">#4131</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/1f32cdaa08bc7224da5b580e3a243bcc4da1c9a2"><code>1f32cda</code></a> ⚡️ Speed up method <code>OCRAgentTesseract.extract_word_from_hocr</code> by 35% (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/4130">#4130</a>)</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/dce53453700b59325885ba58336d8f2a4fecf6b8"><code>dce5345</code></a> Feat: is extracted only true when text has trivial amount of invisible text (...</li> <li><a href="https://github.com/Unstructured-IO/unstructured/commit/afd911891bd7e8495bbd2ac36c069828ba3f2f5b"><code>afd9118</code></a> fix(deps): Bump fonttools to address cve (<a href="https://redirect.github.com/Unstructured-IO/unstructured/issues/4125">#4125</a>)</li> <li>See full diff in <a href="https://github.com/Unstructured-IO/unstructured/compare/0.18.21...0.18.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unstructured&package-manager=pip&previous-version=0.18.21&new-version=0.18.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 00:37:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#48609