[PR #4367] [MERGED] chore(deps): bump python-pptx from 0.6.23 to 1.0.0 in /backend #76347

Closed
opened 2026-05-13 09:33:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4367
Author: @dependabot[bot]
Created: 8/5/2024
Status: Merged
Merged: 8/5/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/python-pptx-1.0.0


📝 Commits (1)

  • 323cfaf chore(deps): bump python-pptx from 0.6.23 to 1.0.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps python-pptx from 0.6.23 to 1.0.0.

Changelog

Sourced from python-pptx's changelog.

1.0.0 (2024-08-03) ++++++++++++++++++

  • fix: #929 raises on JPEG with image/jpg MIME-type
  • fix: #943 remove mention of a Px Length subtype
  • fix: #972 next-slide-id fails in rare cases
  • fix: #990 do not require strict timestamps for Zip
  • Add type annotations
Commits
  • 04a3e9d release: prepare v1.0.0 release
  • 40301cc build: modernize build process
  • af6a8f7 fix: #929 raises on JPEG with image/jpg MIME-type
  • 284fc01 fix: #990 Turn off ZipFile strict_timestamps
  • 799b214 fix: #972 next-slide-id fails when max used
  • d5c95be fix: #943 Docstring implies Px subtype of Length
  • c38d5f5 type: general modernization
  • 01b86e6 rfctr(enum): modernize enumerations
  • 7efa08d type: add lxml type-stubs
  • ce10c20 dev: modernize dev environment
  • Additional commits viewable 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/4367 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/5/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/python-pptx-1.0.0` --- ### 📝 Commits (1) - [`323cfaf`](https://github.com/open-webui/open-webui/commit/323cfaf2d79c7d88119e5ed3968810195684fc75) chore(deps): bump python-pptx from 0.6.23 to 1.0.0 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [python-pptx](https://github.com/scanny/python-pptx) from 0.6.23 to 1.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/scanny/python-pptx/blob/master/HISTORY.rst">python-pptx's changelog</a>.</em></p> <blockquote> <p>1.0.0 (2024-08-03) ++++++++++++++++++</p> <ul> <li>fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/929">#929</a> raises on JPEG with image/jpg MIME-type</li> <li>fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/943">#943</a> remove mention of a Px Length subtype</li> <li>fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/972">#972</a> next-slide-id fails in rare cases</li> <li>fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/990">#990</a> do not require strict timestamps for Zip</li> <li>Add type annotations</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scanny/python-pptx/commit/04a3e9d713c5f1306c331c4b54e4d6b408fac483"><code>04a3e9d</code></a> release: prepare v1.0.0 release</li> <li><a href="https://github.com/scanny/python-pptx/commit/40301cc114e3d395e095f6846f4cc32133f5ec01"><code>40301cc</code></a> build: modernize build process</li> <li><a href="https://github.com/scanny/python-pptx/commit/af6a8f7b83c9c33b5fedfa0987d54f817f3b3cba"><code>af6a8f7</code></a> fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/929">#929</a> raises on JPEG with image/jpg MIME-type</li> <li><a href="https://github.com/scanny/python-pptx/commit/284fc01850391064298ad0fb6da27568199ee4a2"><code>284fc01</code></a> fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/990">#990</a> Turn off ZipFile strict_timestamps</li> <li><a href="https://github.com/scanny/python-pptx/commit/799b214a79ab24326ee4075265b3ed1adcf3c6cd"><code>799b214</code></a> fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/972">#972</a> next-slide-id fails when max used</li> <li><a href="https://github.com/scanny/python-pptx/commit/d5c95be6d51dbf1db6d99951bdb28efb86054de7"><code>d5c95be</code></a> fix: <a href="https://redirect.github.com/scanny/python-pptx/issues/943">#943</a> Docstring implies Px subtype of Length</li> <li><a href="https://github.com/scanny/python-pptx/commit/c38d5f5c6850ae3aefdc3a86dbf9bd0af35cf346"><code>c38d5f5</code></a> type: general modernization</li> <li><a href="https://github.com/scanny/python-pptx/commit/01b86e64de0f6f545f77dead7f9c3368a783a791"><code>01b86e6</code></a> rfctr(enum): modernize enumerations</li> <li><a href="https://github.com/scanny/python-pptx/commit/7efa08d2a6a33024dd639af9d4fddc1b57624b55"><code>7efa08d</code></a> type: add lxml type-stubs</li> <li><a href="https://github.com/scanny/python-pptx/commit/ce10c20b621aaed8f94a26fd2a5f8391287a6f74"><code>ce10c20</code></a> dev: modernize dev environment</li> <li>Additional commits viewable in <a href="https://github.com/scanny/python-pptx/compare/v0.6.23...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-pptx&package-manager=pip&previous-version=0.6.23&new-version=1.0.0)](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-05-13 09:33:11 -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#76347