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/18787
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/peewee-3.18.2`
---
### 📝 Commits (1)
- [`bef3950`](https://github.com/open-webui/open-webui/commit/bef39505f2768abdf2d18cdcf043516d2f60bff2) chore(deps): bump peewee from 3.18.1 to 3.18.2 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [peewee](https://github.com/coleifer/peewee) from 3.18.1 to 3.18.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/coleifer/peewee/blob/master/CHANGELOG.md">peewee's changelog</a>.</em></p>
<blockquote>
<h2>3.18.2</h2>
<p>Cython 3.1 removes some Python 2 stuff we referenced -- this resolves the
issue. Couple other very minor fixes.</p>
<p><a href="https://github.com/coleifer/peewee/compare/3.18.1...3.18.2">View commits</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/coleifer/peewee/commit/1e07f9e00dc442541940bccbbc8aa7b019440393"><code>1e07f9e</code></a> 3.18.2</li>
<li><a href="https://github.com/coleifer/peewee/commit/caabbab3e050a492432765d14dba1c8e578acd65"><code>caabbab</code></a> Ensure backslashes are escaped properly in db filename (pwiz)</li>
<li><a href="https://github.com/coleifer/peewee/commit/fbabb56ed433009ee51ae655a6fa2b47cee93316"><code>fbabb56</code></a> Merge pull request <a href="https://redirect.github.com/coleifer/peewee/issues/2993">#2993</a> from emmanuel-ferdman/master</li>
<li><a href="https://github.com/coleifer/peewee/commit/08792d7e7eac0116fa7f12360ede511df6089b7a"><code>08792d7</code></a> Resolve regex library warnings</li>
<li><a href="https://github.com/coleifer/peewee/commit/f2637c6627b2638c9aa1be3b0f536ef965398942"><code>f2637c6</code></a> Properly handle when mysql driver returns server version as tuple.</li>
<li><a href="https://github.com/coleifer/peewee/commit/66fe9b8290c9e93d1c875ed44831bd932ac26e0c"><code>66fe9b8</code></a> Merge pull request <a href="https://redirect.github.com/coleifer/peewee/issues/2990">#2990</a> from dhorkel/master</li>
<li><a href="https://github.com/coleifer/peewee/commit/8dd69af368bf005e29b133163edfc85ea1d05aed"><code>8dd69af</code></a> Docs: update link to psycopg2 in playhouse.rst</li>
<li><a href="https://github.com/coleifer/peewee/commit/3aadae7eb3602f3ab893343045aa30d427985534"><code>3aadae7</code></a> Remove long check for newer cython.</li>
<li>See full diff in <a href="https://github.com/coleifer/peewee/compare/3.18.1...3.18.2">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 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>
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/18787
Author: @dependabot[bot]
Created: 11/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/peewee-3.18.2📝 Commits (1)
bef3950chore(deps): bump peewee from 3.18.1 to 3.18.2 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps peewee from 3.18.1 to 3.18.2.
Changelog
Sourced from peewee's changelog.
Commits
1e07f9e3.18.2caabbabEnsure backslashes are escaped properly in db filename (pwiz)fbabb56Merge pull request #2993 from emmanuel-ferdman/master08792d7Resolve regex library warningsf2637c6Properly handle when mysql driver returns server version as tuple.66fe9b8Merge pull request #2990 from dhorkel/master8dd69afDocs: update link to psycopg2 in playhouse.rst3aadae7Remove long check for newer cython.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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.