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/18801
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pymysql-1.1.2`
---
### 📝 Commits (1)
- [`b504f60`](https://github.com/open-webui/open-webui/commit/b504f600c24914797a7d67db6ad539cda239fb51) chore(deps): bump pymysql from 1.1.1 to 1.1.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 [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.1 to 1.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PyMySQL/PyMySQL/releases">pymysql's releases</a>.</em></p>
<blockquote>
<h2>v1.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Prevent UnboundLocalError on MySQLResult initialization during SystemExit by <a href="https://github.com/palm002"><code>@palm002</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1174">PyMySQL/PyMySQL#1174</a></li>
<li>remove mention of runtests.py by <a href="https://github.com/cfbolz"><code>@cfbolz</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1182">PyMySQL/PyMySQL#1182</a></li>
<li>make sure to also close <code>connection._rfile</code> in <code>Connection._force_close</code> by <a href="https://github.com/cfbolz"><code>@cfbolz</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1184">PyMySQL/PyMySQL#1184</a></li>
<li>Added MariaDB in readme description (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1180">#1180</a>) by <a href="https://github.com/theneuralcraftsman"><code>@theneuralcraftsman</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1186">PyMySQL/PyMySQL#1186</a></li>
<li>chore(deps): update dependency sphinx-rtd-theme to v3 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1189">PyMySQL/PyMySQL#1189</a></li>
<li>chore(deps): update dependency sphinx to v8 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1179">PyMySQL/PyMySQL#1179</a></li>
<li>Add support for Python 3.13 by <a href="https://github.com/Cycloctane"><code>@Cycloctane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1190">PyMySQL/PyMySQL#1190</a></li>
<li>Resolve UTF8 charset case-insensitively by <a href="https://github.com/ek247"><code>@ek247</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1195">PyMySQL/PyMySQL#1195</a></li>
<li>update ci versions by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1196">PyMySQL/PyMySQL#1196</a></li>
<li>use KILL instead of COM_KILL for MySQL 8.4 support by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1197">PyMySQL/PyMySQL#1197</a></li>
<li>disable VERIFY_X509_STRICT for Python 3.13 support by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1198">PyMySQL/PyMySQL#1198</a></li>
<li>chore(deps): update codecov/codecov-action action to v5 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1191">PyMySQL/PyMySQL#1191</a></li>
<li>add MariaDB to README.md by <a href="https://github.com/robertsilen"><code>@robertsilen</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1181">PyMySQL/PyMySQL#1181</a></li>
<li>refactor: use defer_connect instead of mock by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1199">PyMySQL/PyMySQL#1199</a></li>
<li>ci: use astral-sh/ruff-action by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1201">PyMySQL/PyMySQL#1201</a></li>
<li>fix auth_switch_request handling by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1200">PyMySQL/PyMySQL#1200</a></li>
<li>ci: update test matrix by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1215">PyMySQL/PyMySQL#1215</a></li>
<li>ci: do not drop MySQL 5.7 test for now by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1216">PyMySQL/PyMySQL#1216</a></li>
<li>update README by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1217">PyMySQL/PyMySQL#1217</a></li>
<li>prepare v1.1.2 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1218">PyMySQL/PyMySQL#1218</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/palm002"><code>@palm002</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1174">PyMySQL/PyMySQL#1174</a></li>
<li><a href="https://github.com/cfbolz"><code>@cfbolz</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1182">PyMySQL/PyMySQL#1182</a></li>
<li><a href="https://github.com/theneuralcraftsman"><code>@theneuralcraftsman</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1186">PyMySQL/PyMySQL#1186</a></li>
<li><a href="https://github.com/Cycloctane"><code>@Cycloctane</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1190">PyMySQL/PyMySQL#1190</a></li>
<li><a href="https://github.com/ek247"><code>@ek247</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1195">PyMySQL/PyMySQL#1195</a></li>
<li><a href="https://github.com/robertsilen"><code>@robertsilen</code></a> made their first contribution in <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1181">PyMySQL/PyMySQL#1181</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PyMySQL/PyMySQL/compare/v1.1.1...v1.1.2">https://github.com/PyMySQL/PyMySQL/compare/v1.1.1...v1.1.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md">pymysql's changelog</a>.</em></p>
<blockquote>
<h2>v1.1.2</h2>
<p>Release date: 2025-08-24</p>
<ul>
<li>Prevent UnboundLocalError in very rare situation. <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1174">PyMySQL/PyMySQL#1174</a></li>
<li>Close underlying <code>SocketIO</code> soon when Connection is closed for PyPy. <a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1183">PyMySQL/PyMySQL#1183</a></li>
<li>Fix importing PyMySQL fail on CPython 3.13 when <code>getpass.getuser()</code> raises OSEError. <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1190">PyMySQL/PyMySQL#1190</a></li>
<li>Make charset name "utf8" case insensitive. <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1195">PyMySQL/PyMySQL#1195</a></li>
<li><code>Connection.kill()</code> uses <code>KILL</code> query instead of <code>COM_KILL</code>command to support MySQL 8.4. <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1197">PyMySQL/PyMySQL#1197</a></li>
<li>Fix SSL error on CPython 3.13 caused by strict TLS default setting. <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1198">PyMySQL/PyMySQL#1198</a></li>
<li>Fix auth switch request handling. <a href="https://redirect.github.com/PyMySQL/PyMySQL/pull/1200">PyMySQL/PyMySQL#1200</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/d7bb777e503d82bf2496113f07dd4ab249615efc"><code>d7bb777</code></a> release v1.1.2 (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1218">#1218</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/2559de5a6b01917622fc8986cd3dd8479d7d6e95"><code>2559de5</code></a> update README (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1217">#1217</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/a388c3a5e274c3b8c03e5f1dcb442b4bb2f9bafd"><code>a388c3a</code></a> ci: do not drop MySQL 5.7 test for now (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1216">#1216</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/9a3fe442edaca9db6da1809c82dbb6f4192440ee"><code>9a3fe44</code></a> ci: update test matrix (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1215">#1215</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/bed601f04fb982c7c42c6ff7e56b7f749ac64cc9"><code>bed601f</code></a> Add DeepWiki badge</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/01af30fea0880c3b72e6c7b3b05d66a8c28ced7a"><code>01af30f</code></a> fix auth_switch_request handling (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1200">#1200</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/53efd1ec7f0e854abc62eb875b944f56bca29dd2"><code>53efd1e</code></a> ci: use astral-sh/ruff-action (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1201">#1201</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/e88b729f8f1ddcf0851e0153188b016d0e9ec00c"><code>e88b729</code></a> remove codeql and codesee actions</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/5f6533f883535b76c2d3a776c4746027027106f8"><code>5f6533f</code></a> refactor: use defer_connect instead of mock (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1199">#1199</a>)</li>
<li><a href="https://github.com/PyMySQL/PyMySQL/commit/66ad1eaa47cfde19dfe01900ceb5f6ea51483e95"><code>66ad1ea</code></a> add MariaDB to README.md (<a href="https://redirect.github.com/PyMySQL/PyMySQL/issues/1181">#1181</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/PyMySQL/PyMySQL/compare/v1.1.1...v1.1.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/18801
Author: @dependabot[bot]
Created: 11/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/pymysql-1.1.2📝 Commits (1)
b504f60chore(deps): bump pymysql from 1.1.1 to 1.1.2 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pymysql from 1.1.1 to 1.1.2.
Release notes
Sourced from pymysql's releases.
Changelog
Sourced from pymysql's changelog.
Commits
d7bb777release v1.1.2 (#1218)2559de5update README (#1217)a388c3aci: do not drop MySQL 5.7 test for now (#1216)9a3fe44ci: update test matrix (#1215)bed601fAdd DeepWiki badge01af30ffix auth_switch_request handling (#1200)53efd1eci: use astral-sh/ruff-action (#1201)e88b729remove codeql and codesee actions5f6533frefactor: use defer_connect instead of mock (#1199)66ad1eaadd MariaDB to README.md (#1181)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.