[PR #18800] [CLOSED] chore(deps): bump av from 14.0.1 to 16.0.1 in /backend #63803

Closed
opened 2026-05-06 08:53:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/av-16.0.1


📝 Commits (1)

  • e9963b5 chore(deps): bump av from 14.0.1 to 16.0.1 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps av from 14.0.1 to 16.0.1.

Changelog

Sourced from av's changelog.

v16.0.1

Fixes:

  • Add new hwaccel enums by :gh-user:WyattBlue in (:pr:2030).

v16.0.0

Major:

  • Drop Python 3.9, Support Python 3.14.
  • Drop support for i686 Linux.

Features:

  • Add Filter.Context.process_command() method by :gh-user:caffeinism in (:pr:2000).
  • Add packet side-data handling mechanism by :gh-user:tikuma-lsuhsc in (:pr:2003).
  • Implemented set_chapters method by :gh-user:DE-AI in (:pr:2004).
  • Declare free-threaded support and support 3.13t by :gh-user:ngoldbaum in (:pr:2005).
  • Add writable and copyable attachment and data streams by :gh-user:skeskinen in (:pr:2026).

Fixes:

  • Declare free-threaded support and support 3.13t by :gh-user:ngoldbaum in (:pr:2005).
  • Allow None in FilterContext.push() type stub by :gh-user:velsinki in (:pr:2015).
  • Fix typos

v15.1.0

Features:

  • Support FFmpeg 8
  • Make the Frame.key_frame flag writable.

v15.0.0

Major:

  • Make SubtitleStream.decode() return the list of subtitles directly, making the API nicer.
  • Drop support for MacOS 12 or under.
  • Binary wheels: Remove libxml2 because of security concerns.
  • Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.

Features:

  • Add GBRP, GBRAP, RGBA formats by :gh-user:z-khan.

... (truncated)

Commits

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/18800 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/av-16.0.1` --- ### 📝 Commits (1) - [`e9963b5`](https://github.com/open-webui/open-webui/commit/e9963b5a57119640f98d0a52b132ffdec608e72a) chore(deps): bump av from 14.0.1 to 16.0.1 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [av](https://github.com/PyAV-Org/PyAV) from 14.0.1 to 16.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst">av's changelog</a>.</em></p> <blockquote> <h2>v16.0.1</h2> <p>Fixes:</p> <ul> <li>Add new hwaccel enums by :gh-user:<code>WyattBlue</code> in (:pr:<code>2030</code>).</li> </ul> <h2>v16.0.0</h2> <p>Major:</p> <ul> <li>Drop Python 3.9, Support Python 3.14.</li> <li>Drop support for i686 Linux.</li> </ul> <p>Features:</p> <ul> <li>Add <code>Filter.Context.process_command()</code> method by :gh-user:<code>caffeinism</code> in (:pr:<code>2000</code>).</li> <li>Add packet side-data handling mechanism by :gh-user:<code>tikuma-lsuhsc </code> in (:pr:<code>2003</code>).</li> <li>Implemented set_chapters method by :gh-user:<code>DE-AI</code> in (:pr:<code>2004</code>).</li> <li>Declare free-threaded support and support 3.13t by :gh-user:<code>ngoldbaum</code> in (:pr:<code>2005</code>).</li> <li>Add writable and copyable attachment and data streams by :gh-user:<code>skeskinen</code> in (:pr:<code>2026</code>).</li> </ul> <p>Fixes:</p> <ul> <li>Declare free-threaded support and support 3.13t by :gh-user:<code>ngoldbaum</code> in (:pr:<code>2005</code>).</li> <li>Allow <code>None</code> in <code>FilterContext.push()</code> type stub by :gh-user:<code>velsinki</code> in (:pr:<code>2015</code>).</li> <li>Fix typos</li> </ul> <h2>v15.1.0</h2> <p>Features:</p> <ul> <li>Support FFmpeg 8</li> <li>Make the <code>Frame.key_frame</code> flag writable.</li> </ul> <h2>v15.0.0</h2> <p>Major:</p> <ul> <li>Make <code>SubtitleStream.decode()</code> return the list of subtitles directly, making the API nicer.</li> <li>Drop support for MacOS 12 or under.</li> <li>Binary wheels: Remove libxml2 because of security concerns.</li> <li>Binary wheels: Remove xz because lzma encoding is very niche in media decoding and lesser security concerns.</li> </ul> <p>Features:</p> <ul> <li>Add GBRP, GBRAP, RGBA formats by :gh-user:<code>z-khan</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyAV-Org/PyAV/commit/7687256d87f22f78cb75bb4aba94dc6e504c9983"><code>7687256</code></a> Release 16.0.1</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/8e9e59781c922b7a166334028fb3ad805622f7ee"><code>8e9e597</code></a> Fix <a href="https://redirect.github.com/PyAV-Org/PyAV/issues/2029">#2029</a></li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/00493da0f49746bf06619d92cdf957737aab205e"><code>00493da</code></a> Release 16.0.0</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/ca699102f14f09a72cf5865f2049ab88df72f8e0"><code>ca69910</code></a> Writable and copyable attachment and data streams</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/61e9fc6280668c6e3abfa7e476e7ed6e7a05f0ea"><code>61e9fc6</code></a> CI: Fix windows workflow</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/d87faf7b32eae594af802f5cd368fa3072539d38"><code>d87faf7</code></a> Your bash is not my bash</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/45eaebac0c6601a48ba81fbdcd2dee59cc6d3578"><code>45eaeba</code></a> Prevent segfault on data stream template</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/cddcef804adc275096302f91e31e4c062a61f5f6"><code>cddcef8</code></a> Use macos-15-intel runner</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/c51a78db95bf41ba4c73bb3db4c45c1f7cd9ea38"><code>c51a78d</code></a> Fix VideoFrame.pts typing in tests</li> <li><a href="https://github.com/PyAV-Org/PyAV/commit/4e786dd8251c1c6c1f93b1215b79828ec08de805"><code>4e786dd</code></a> Allow None in FilterContext.push type stub</li> <li>Additional commits viewable in <a href="https://github.com/PyAV-Org/PyAV/compare/v14.0.1...v16.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=av&package-manager=pip&previous-version=14.0.1&new-version=16.0.1)](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-06 08:53:52 -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#63803