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 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/22041
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/aiofiles-25.1.0`
---
### 📝 Commits (1)
- [`17f0c30`](https://github.com/open-webui/open-webui/commit/17f0c302bb1667f4c4b47aa8ff3aa1e2e1d12643) chore(deps): bump aiofiles from 24.1.0 to 25.1.0
### 📊 Changes
**1 file changed** (+1365 additions, -1010 deletions)
<details>
<summary>View changed files</summary>
📝 `uv.lock` (+1365 -1010)
</details>
### 📄 Description
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 24.1.0 to 25.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Tinche/aiofiles/releases">aiofiles's releases</a>.</em></p>
<blockquote>
<h2>v25.1.0</h2>
<ul>
<li>Switch to <a href="https://docs.astral.sh/uv/">uv</a> + add Python v3.14 support. (<a href="https://redirect.github.com/Tinche/aiofiles/pull/219">#219</a>)</li>
<li>Add <code>ruff</code> formatter and linter. <a href="https://redirect.github.com/Tinche/aiofiles/pull/216">#216</a></li>
<li>Drop Python 3.8 support. If you require it, use version 24.1.0. <a href="https://redirect.github.com/Tinche/aiofiles/pull/204">#204</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/danielsmyers"><code>@danielsmyers</code></a> made their first contribution in <a href="https://redirect.github.com/Tinche/aiofiles/pull/185">Tinche/aiofiles#185</a></li>
<li><a href="https://github.com/stankudrow"><code>@stankudrow</code></a> made their first contribution in <a href="https://redirect.github.com/Tinche/aiofiles/pull/192">Tinche/aiofiles#192</a></li>
<li><a href="https://github.com/waketzheng"><code>@waketzheng</code></a> made their first contribution in <a href="https://redirect.github.com/Tinche/aiofiles/pull/221">Tinche/aiofiles#221</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/Tinche/aiofiles/compare/v24.1.0...v25.1.0">https://github.com/Tinche/aiofiles/compare/v24.1.0...v25.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md">aiofiles's changelog</a>.</em></p>
<blockquote>
<h2>25.1.0 (2025-10-09)</h2>
<ul>
<li>Switch to <a href="https://docs.astral.sh/uv/">uv</a> + add Python v3.14 support.
(<a href="https://redirect.github.com/Tinche/aiofiles/pull/219">#219</a>)</li>
<li>Add <code>ruff</code> formatter and linter.
<a href="https://redirect.github.com/Tinche/aiofiles/pull/216">#216</a></li>
<li>Drop Python 3.8 support. If you require it, use version 24.1.0.
<a href="https://redirect.github.com/Tinche/aiofiles/pull/204">#204</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Tinche/aiofiles/commit/348f5ef6561c2b2c8a7497bd10487eab4102332f"><code>348f5ef</code></a> v25.1.0</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/5e1bb8f12b09bce440cc9d1e28387d239cbc2577"><code>5e1bb8f</code></a> docs: update readme to use ruff badge (<a href="https://redirect.github.com/Tinche/aiofiles/issues/221">#221</a>)</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/6fdc25c7812d6738ccf51c5e7d4cd68500053a52"><code>6fdc25c</code></a> Move to uv. (<a href="https://redirect.github.com/Tinche/aiofiles/issues/219">#219</a>)</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/1989132423dc300c61e22434abd02725e922ddeb"><code>1989132</code></a> set 'function' as a default fixture loop scope value</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/8986452a1b28b109903078f8e9a805ec01e248a6"><code>8986452</code></a> add the 'asyncio_default_fixture_loop_scope=session' option</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/ccab1ff77640c59b353046cb528c25ffa11caa73"><code>ccab1ff</code></a> update pytest-asyncio==1.0.0</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/8727c96f5be46235af412a9fe504ba7c149df7f3"><code>8727c96</code></a> add PR <a href="https://redirect.github.com/Tinche/aiofiles/issues/216">#216</a> into the CHANGELOG</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/a9388e5f8de9142c3e920917775e741bbf9f73b2"><code>a9388e5</code></a> add TID and ignore TID252</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/760366489aed1fb041ef35652e2babb1870973d0"><code>7603664</code></a> remove [ruff].exclude keyval</li>
<li><a href="https://github.com/Tinche/aiofiles/commit/7c49a5c5f2520233198487145423a7842805d740"><code>7c49a5c</code></a> add final newlines</li>
<li>Additional commits viewable in <a href="https://github.com/Tinche/aiofiles/compare/v24.1.0...v25.1.0">compare view</a></li>
</ul>
</details>
<br />
[](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 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22041
Author: @dependabot[bot]
Created: 3/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/aiofiles-25.1.0📝 Commits (1)
17f0c30chore(deps): bump aiofiles from 24.1.0 to 25.1.0📊 Changes
1 file changed (+1365 additions, -1010 deletions)
View changed files
📝
uv.lock(+1365 -1010)📄 Description
Bumps aiofiles from 24.1.0 to 25.1.0.
Release notes
Sourced from aiofiles's releases.
Changelog
Sourced from aiofiles's changelog.
Commits
348f5efv25.1.05e1bb8fdocs: update readme to use ruff badge (#221)6fdc25cMove to uv. (#219)1989132set 'function' as a default fixture loop scope value8986452add the 'asyncio_default_fixture_loop_scope=session' optionccab1ffupdate pytest-asyncio==1.0.08727c96add PR #216 into the CHANGELOGa9388e5add TID and ignore TID2527603664remove [ruff].exclude keyval7c49a5cadd final newlinesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.