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/22038
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/pytest-docker-3.2.5`
---
### 📝 Commits (1)
- [`bf56d50`](https://github.com/open-webui/open-webui/commit/bf56d50ba8a564f547442c7060b757d96bbf1ef1) chore(deps): bump pytest-docker from 3.1.1 to 3.2.5
### 📊 Changes
**1 file changed** (+1362 additions, -1007 deletions)
<details>
<summary>View changed files</summary>
📝 `uv.lock` (+1362 -1007)
</details>
### 📄 Description
Bumps [pytest-docker](https://github.com/avast/pytest-docker) from 3.1.1 to 3.2.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/avast/pytest-docker/releases">pytest-docker's releases</a>.</em></p>
<blockquote>
<h2>v3.2.5</h2>
<h2>What's Changed</h2>
<ul>
<li>ci improvements by <a href="https://github.com/augi"><code>@augi</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/128">avast/pytest-docker#128</a></li>
<li>Use <code>--wait</code> in the default setup command by <a href="https://github.com/mikeroll"><code>@mikeroll</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/129">avast/pytest-docker#129</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mikeroll"><code>@mikeroll</code></a> made their first contribution in <a href="https://redirect.github.com/avast/pytest-docker/pull/129">avast/pytest-docker#129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/avast/pytest-docker/compare/v3.2.4...v3.2.5">https://github.com/avast/pytest-docker/compare/v3.2.4...v3.2.5</a></p>
<h2>v3.2.4</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): pytest 9.x allowed by <a href="https://github.com/augi"><code>@augi</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/127">avast/pytest-docker#127</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/avast/pytest-docker/compare/v3.2.3...v3.2.4">https://github.com/avast/pytest-docker/compare/v3.2.3...v3.2.4</a></p>
<h2>v3.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix mypy error in the plugin by <a href="https://github.com/s-t-e-v-e-n-k"><code>@s-t-e-v-e-n-k</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/125">avast/pytest-docker#125</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/s-t-e-v-e-n-k"><code>@s-t-e-v-e-n-k</code></a> made their first contribution in <a href="https://redirect.github.com/avast/pytest-docker/pull/125">avast/pytest-docker#125</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/avast/pytest-docker/compare/v3.2.2...v3.2.3">https://github.com/avast/pytest-docker/compare/v3.2.2...v3.2.3</a></p>
<h2>v3.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: docker host doesn't need to start with <code>tcp://</code> by <a href="https://github.com/lexi-k"><code>@lexi-k</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/121">avast/pytest-docker#121</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/avast/pytest-docker/compare/v3.2.1...v3.2.2">https://github.com/avast/pytest-docker/compare/v3.2.1...v3.2.2</a></p>
<h2>v3.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix non-existing docker_setup_command into docker_setup by <a href="https://github.com/alexbarcelo"><code>@alexbarcelo</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/118">avast/pytest-docker#118</a></li>
<li>Make the plugin.Services class available at the base module level for easier typing by <a href="https://github.com/jenstroeger"><code>@jenstroeger</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/119">avast/pytest-docker#119</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alexbarcelo"><code>@alexbarcelo</code></a> made their first contribution in <a href="https://redirect.github.com/avast/pytest-docker/pull/118">avast/pytest-docker#118</a></li>
<li><a href="https://github.com/jenstroeger"><code>@jenstroeger</code></a> made their first contribution in <a href="https://redirect.github.com/avast/pytest-docker/pull/119">avast/pytest-docker#119</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/avast/pytest-docker/compare/v3.2.0...v3.2.1">https://github.com/avast/pytest-docker/compare/v3.2.0...v3.2.1</a></p>
<h2>v3.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add option to ignore stderr when executing commands by <a href="https://github.com/rabbull"><code>@rabbull</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/115">avast/pytest-docker#115</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rabbull"><code>@rabbull</code></a> made their first contribution in <a href="https://redirect.github.com/avast/pytest-docker/pull/115">avast/pytest-docker#115</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/avast/pytest-docker/commit/1ab8146b2f1c14cd1a2058ee576e4604f4c39c89"><code>1ab8146</code></a> ci: version bump</li>
<li><a href="https://github.com/avast/pytest-docker/commit/ae0e6c79dc8f2f8fc0ee60e4abe1e4ef15819ea0"><code>ae0e6c7</code></a> feat: <code>--wait</code> in the default setup command (<a href="https://redirect.github.com/avast/pytest-docker/issues/129">#129</a>)</li>
<li><a href="https://github.com/avast/pytest-docker/commit/5c982afdc9b3b9465d1884d87f4be05d378dab5e"><code>5c982af</code></a> ci: Python version syntax fixed</li>
<li><a href="https://github.com/avast/pytest-docker/commit/c9e90a7ba3e76ea6a99e43da6f29c3eb2136fddf"><code>c9e90a7</code></a> ci: publish made in Python 3.10</li>
<li><a href="https://github.com/avast/pytest-docker/commit/48a4bc0549edb931985048f773c2cb187c64afa4"><code>48a4bc0</code></a> ci: pytest 9 added to test matrix</li>
<li><a href="https://github.com/avast/pytest-docker/commit/8ce40aab8909a0704699bea66be254982f3167d1"><code>8ce40aa</code></a> chore(deps): pytest 9.x allowed</li>
<li><a href="https://github.com/avast/pytest-docker/commit/65acfe2c8cd913d338e10ef420d8d07b74434899"><code>65acfe2</code></a> chore: version bump</li>
<li><a href="https://github.com/avast/pytest-docker/commit/d67576af6d86fb6676ec6c585a12f724baff9bbe"><code>d67576a</code></a> fix: type fixed to satisfy mypy (<a href="https://redirect.github.com/avast/pytest-docker/issues/125">#125</a>)</li>
<li><a href="https://github.com/avast/pytest-docker/commit/be1e94708d8827f017f3db07a234ba3f576a2163"><code>be1e947</code></a> chore: version bump</li>
<li><a href="https://github.com/avast/pytest-docker/commit/dcd824f0f4429da66c420da3b2f381ea97466142"><code>dcd824f</code></a> fix: docker host doesn't need to start with "tcp://"</li>
<li>Additional commits viewable in <a href="https://github.com/avast/pytest-docker/compare/v3.1.1...v3.2.5">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/22038
Author: @dependabot[bot]
Created: 3/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/pytest-docker-3.2.5📝 Commits (1)
bf56d50chore(deps): bump pytest-docker from 3.1.1 to 3.2.5📊 Changes
1 file changed (+1362 additions, -1007 deletions)
View changed files
📝
uv.lock(+1362 -1007)📄 Description
Bumps pytest-docker from 3.1.1 to 3.2.5.
Release notes
Sourced from pytest-docker's releases.
... (truncated)
Commits
1ab8146ci: version bumpae0e6c7feat:--waitin the default setup command (#129)5c982afci: Python version syntax fixedc9e90a7ci: publish made in Python 3.1048a4bc0ci: pytest 9 added to test matrix8ce40aachore(deps): pytest 9.x allowed65acfe2chore: version bumpd67576afix: type fixed to satisfy mypy (#125)be1e947chore: version bumpdcd824ffix: docker host doesn't need to start with "tcp://"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 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.