From a1ba1702c55463eea9bcd1ef64b11d1eb28ed773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 00:40:10 +0000 Subject: [PATCH] Bump the browsergym-related group across 1 directory with 2 updates Updates the requirements on [browser-use](https://github.com/browser-use/browser-use) and [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. Updates `browser-use` to 0.1.41 - [Release notes](https://github.com/browser-use/browser-use/releases) - [Commits](https://github.com/browser-use/browser-use/compare/0.1.40...0.1.41) Updates `playwright` to 1.51.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.50.0...v1.51.0) --- updated-dependencies: - dependency-name: browser-use dependency-version: 0.1.41 dependency-type: direct:production dependency-group: browsergym-related - dependency-name: playwright dependency-version: 1.51.0 dependency-type: direct:production dependency-group: browsergym-related ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2dcaabd..4ff3e4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pillow~=10.4.0 browsergym~=0.13.3 uvicorn~=0.34.0 unidiff~=0.7.5 -browser-use~=0.1.40 +browser-use~=0.1.41 googlesearch-python~=1.3.0 baidusearch~=1.0.3 duckduckgo_search~=7.5.1 @@ -22,4 +22,4 @@ duckduckgo_search~=7.5.1 aiofiles~=24.1.0 pydantic_core~=2.27.2 colorama~=0.4.6 -playwright~=1.50.0 +playwright~=1.51.0