From 7569aaecc5dee2fbc7e874d05dc7ccf6c74e6148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:41:57 -0400 Subject: [PATCH] build(deps): bump seleniumbase from 4.52.1 to 4.52.2 in the python-deps group (#1273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-deps group with 1 update: [seleniumbase](https://github.com/seleniumbase/SeleniumBase). Updates `seleniumbase` from 4.52.1 to 4.52.2
Release notes

Sourced from seleniumbase's releases.

4.52.2 - MCP Server Support

MCP Server Support

If you love AI tools, this is one of the biggest releases this year for SeleniumBase! The new seleniumbase-mcp command starts the "Pure CDP Mode" MCP Server. (Be sure to install seleniumbase[mcp] to get mcp>=2.0.0!) (To debug the MCP server from a git clone of SeleniumBase, get uv as well before calling mcp dev server.py from the SeleniumBase/mcp_servers/ folder.)

Note that you will need mcp>=2.0.0 for the MCP Server to work!

⚠️ Note: Due to a typing bug, (seleniumbase/SeleniumBase#4471), the MCP Server in this release only worked on Python 3.14+. Upgrade to https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.52.3 for the fix.

What's Changed

Full Changelog: https://github.com/seleniumbase/SeleniumBase/compare/v4.52.1...v4.52.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=seleniumbase&package-manager=uv&previous-version=4.52.1&new-version=4.52.2)](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) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974edbf5..1e2fa6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ browser = [ "pyvirtualdisplay", "pyautogui", - "seleniumbase==4.52.1", + "seleniumbase==4.52.2", "python-xlib", ] diff --git a/uv.lock b/uv.lock index e489620d..e87f8ca5 100644 --- a/uv.lock +++ b/uv.lock @@ -1428,7 +1428,7 @@ wheels = [ [[package]] name = "seleniumbase" -version = "4.52.1" +version = "4.52.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, @@ -1492,9 +1492,9 @@ dependencies = [ { name = "wheel" }, { name = "wsproto" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fb/9e/a702bc91ac93ba4e4bc29ae3da16a5ac6b436f3d8885646f82555ebf0282/seleniumbase-4.52.1.tar.gz", hash = "sha256:b6c0d67c32465e888231a06839197e73165518dbb06165f7af6b42dfa925a362", size = 672812, upload-time = "2026-08-19T16:31:52.135Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ef/0e/23b3f5232caf0cdadaa67b9e05ff83c9438839c20fe3161c5f0b98f19a8a/seleniumbase-4.52.2.tar.gz", hash = "sha256:261271b3c6d18d404acbe7b7efc661061ff02f0835cfc7cc6e9f52b13f1fa530", size = 677927, upload-time = "2026-08-23T23:36:25.076Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f0/99/a42b49b356aff2682e1808ef7c6ec28479b96e07d40b5d79ae4858ee9235/seleniumbase-4.52.1-py3-none-any.whl", hash = "sha256:a21a9eb44cabf896a1d21edf7b4569f282e521f913efd69c1becd9202ee35e30", size = 677476, upload-time = "2026-08-19T16:31:48.9Z" }, + { url = "https://files.pythonhosted.org/packages/e9/36/d87a0f455bb80af763f99b0e3a1abea4f35700509338dbb80ce01d1a5422/seleniumbase-4.52.2-py3-none-any.whl", hash = "sha256:d7a7080767cf23ff9f4ace5589035f7eaf35f1ee9544dc038dbf0814f1a0701d", size = 682841, upload-time = "2026-08-23T23:36:21.471Z" }, ] [[package]] @@ -1575,7 +1575,7 @@ requires-dist = [ { name = "qbittorrent-api", specifier = ">=2026.8.1" }, { name = "rarfile" }, { name = "requests", extras = ["socks"] }, - { name = "seleniumbase", marker = "extra == 'browser'", specifier = "==4.52.1" }, + { name = "seleniumbase", marker = "extra == 'browser'", specifier = "==4.52.2" }, { name = "tqdm" }, { name = "transmission-rpc" }, ]