From 7befeb3912d9d84294c75fb7a5121613d6c4d858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:05:31 +0000 Subject: [PATCH] Update playwright requirement in the browsergym-related group Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. Updates `playwright` to 1.52.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.50.0...v1.52.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.52.0 dependency-type: direct:production dependency-group: browsergym-related ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9bac8a2..4bf48dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ duckduckgo_search~=7.5.1 aiofiles~=24.1.0 pydantic_core~=2.27.2 colorama~=0.4.6 -playwright~=1.50.0 +playwright~=1.52.0 docker~=7.1.0 pytest~=8.3.5