[PR #9199] [MERGED] build(deps): bump soundfile from 0.12.1 to 0.13.1 in /backend #9131

Closed
opened 2025-11-11 18:14:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/9199
Author: @dependabot[bot]
Created: 2/1/2025
Status: Merged
Merged: 2/1/2025
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/soundfile-0.13.1


📝 Commits (1)

  • f661bfd build(deps): bump soundfile from 0.12.1 to 0.13.1 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps soundfile from 0.12.1 to 0.13.1.

Release notes

Sourced from soundfile's releases.

0.13.1

Thank you, Brian McFee and Guy Illes

  • Fixed regression in blocks

0.13.0

Thank you, Zhong Jianxin, mcclure, jneuendorf-i4h, aoirint, endolith, Guy Illes, ytya, Sam Lapp, Benjamin Moody

  • Linux arm64 builds added
  • Numpy is now a dependency
  • Fixed error in blocks, if file is very short
  • Compression level and bitrate controls added for compressed files
  • Various README improvements
  • Various build system improvements
  • Various improvements to error messages
Commits
  • 1aee0c3 increment version number
  • fcd43a7 Merge pull request #458 from illesguy/update-testing-instructions
  • 8a0de36 update testing instructions
  • 635bc9e Merge pull request #457 from illesguy/fix-fill-value-ignored-when-blocksize-l...
  • b6d7cf1 creating blocksize length output array in blocks reading if fill_value is set...
  • 9a508cd Update README.rst
  • aa2d6d9 Merge pull request #452 from bastibe/remove-setuptools-dependency
  • 5d59816 x64 fixed, when running on arm64 Windows
  • 80c62b8 libsndfile_arm64.so updated with fixed binary
  • a5c271d increments version number to 0.13.0
  • 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/9199 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/soundfile-0.13.1` --- ### 📝 Commits (1) - [`f661bfd`](https://github.com/open-webui/open-webui/commit/f661bfde7d0db6151ad8a475406bb9519f9ea787) build(deps): bump soundfile from 0.12.1 to 0.13.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 [soundfile](https://github.com/bastibe/python-soundfile) from 0.12.1 to 0.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bastibe/python-soundfile/releases">soundfile's releases</a>.</em></p> <blockquote> <h2>0.13.1</h2> <p>Thank you, Brian McFee and Guy Illes</p> <ul> <li>Fixed regression in blocks</li> </ul> <h2>0.13.0</h2> <p>Thank you, Zhong Jianxin, mcclure, jneuendorf-i4h, aoirint, endolith, Guy Illes, ytya, Sam Lapp, Benjamin Moody</p> <ul> <li>Linux arm64 builds added</li> <li>Numpy is now a dependency</li> <li>Fixed error in blocks, if file is very short</li> <li>Compression level and bitrate controls added for compressed files</li> <li>Various README improvements</li> <li>Various build system improvements</li> <li>Various improvements to error messages</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bastibe/python-soundfile/commit/1aee0c3cbbbb3f2ef8947b19e713b019fc7291f6"><code>1aee0c3</code></a> increment version number</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/fcd43a759b0b480a2285aa1a8cb3eb7b1bf0e595"><code>fcd43a7</code></a> Merge pull request <a href="https://redirect.github.com/bastibe/python-soundfile/issues/458">#458</a> from illesguy/update-testing-instructions</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/8a0de3693c53eeac814e3ad2e147402632b883b0"><code>8a0de36</code></a> update testing instructions</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/635bc9e5a8c98b6f685be3100d8171975b2419a9"><code>635bc9e</code></a> Merge pull request <a href="https://redirect.github.com/bastibe/python-soundfile/issues/457">#457</a> from illesguy/fix-fill-value-ignored-when-blocksize-l...</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/b6d7cf1bdac1b65635d2ebbb67bc03c3cd932f10"><code>b6d7cf1</code></a> creating blocksize length output array in blocks reading if fill_value is set...</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/9a508cdb6ff5abbfeb6967cf12f7bd2bd630878a"><code>9a508cd</code></a> Update README.rst</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/aa2d6d94de78cd43cdaeae7f3c0de0adfe85cbb9"><code>aa2d6d9</code></a> Merge pull request <a href="https://redirect.github.com/bastibe/python-soundfile/issues/452">#452</a> from bastibe/remove-setuptools-dependency</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/5d598166d4c0d5753aeaa62c9fd9cae08433f387"><code>5d59816</code></a> x64 fixed, when running on arm64 Windows</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/80c62b841a09c225957351e0ec26d76782a25e8f"><code>80c62b8</code></a> libsndfile_arm64.so updated with fixed binary</li> <li><a href="https://github.com/bastibe/python-soundfile/commit/a5c271df7273d8dbb478667247e6f28b501455bb"><code>a5c271d</code></a> increments version number to 0.13.0</li> <li>Additional commits viewable in <a href="https://github.com/bastibe/python-soundfile/compare/0.12.1...0.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=soundfile&package-manager=pip&previous-version=0.12.1&new-version=0.13.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 2025-11-11 18:14:54 -06: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#9131