Skip to content

Commit 9e985e4

Browse files
chore(deps): bump the browsergym-related group across 1 directory with 3 updates
Updates the requirements on browsergym, [browser-use](https://github.com/browser-use/browser-use) and [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. Updates `browsergym` to 0.13.4 Updates `browser-use` to 0.1.45 - [Release notes](https://github.com/browser-use/browser-use/releases) - [Commits](browser-use/browser-use@0.1.40...0.1.45) Updates `playwright` to 1.52.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.51.0...v1.52.0) --- updated-dependencies: - dependency-name: browsergym dependency-version: 0.13.4 dependency-type: direct:production dependency-group: browsergym-related - dependency-name: browser-use dependency-version: 0.1.45 dependency-type: direct:production dependency-group: browsergym-related - dependency-name: playwright dependency-version: 1.52.0 dependency-type: direct:production dependency-group: browsergym-related ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d901a98 commit 9e985e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ tiktoken~=0.9.0
1111
html2text~=2024.2.26
1212
gymnasium~=1.1.1
1313
pillow~=11.1.0
14-
browsergym~=0.13.3
14+
browsergym~=0.13.4
1515
uvicorn~=0.34.0
1616
unidiff~=0.7.5
17-
browser-use~=0.1.40
17+
browser-use~=0.2.4
1818
googlesearch-python~=1.3.0
1919
baidusearch~=1.0.3
2020
duckduckgo_search~=7.5.3
2121

2222
aiofiles~=24.1.0
2323
pydantic_core~=2.27.2
2424
colorama~=0.4.6
25-
playwright~=1.51.0
25+
playwright~=1.52.0
2626

2727
docker~=7.1.0
2828
pytest~=8.3.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"browsergym~=0.13.3",
2929
"uvicorn~=0.34.0",
3030
"unidiff~=0.7.5",
31-
"browser-use~=0.1.40",
31+
"browser-use>=0.1.40,<0.3.0",
3232
"googlesearch-python~=1.3.0",
3333
"aiofiles~=24.1.0",
3434
"pydantic_core>=2.27.2,<2.28.0",

0 commit comments

Comments
 (0)