chore - Update browsergym and playwright for security updates (#7672)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Ray Myers
2025-04-02 16:04:06 -05:00
committed by GitHub
parent 6b2ece35da
commit 05f9cc1bb5
2 changed files with 582 additions and 212 deletions

782
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,6 +17,7 @@ python = "^3.12"
datasets = "*"
pandas = "*"
litellm = "^1.60.0"
aiohttp = ">=3.9.0,!=3.11.13" # Pin to avoid yanked version 3.11.13
google-generativeai = "*" # To use litellm with Gemini Pro API
google-api-python-client = "^2.164.0" # For Google Sheets API
google-auth-httplib2 = "*" # For Google Sheets authentication
@@ -30,7 +31,7 @@ uvicorn = "*"
types-toml = "*"
numpy = "*"
json-repair = "*"
browsergym-core = "0.10.2" # integrate browsergym-core as the browsing interface
browsergym-core = "0.13.3" # integrate browsergym-core as the browsing interface
html2text = "*"
e2b = ">=1.0.5,<1.4.0"
pexpect = "*"
@@ -77,6 +78,7 @@ qtconsole = "^5.6.1"
memory-profiler = "^0.61.0"
daytona-sdk = "0.11.2"
python-json-logger = "^3.2.1"
playwright = "^1.51.0"
[tool.poetry.group.dev.dependencies]
ruff = "0.11.2"
@@ -139,10 +141,10 @@ gdown = "*"
matplotlib = "*"
seaborn = "*"
tabulate = "*"
browsergym = "0.10.2"
browsergym-webarena = "0.10.2"
browsergym-miniwob = "0.10.2"
browsergym-visualwebarena = "0.10.2"
browsergym = "0.13.3"
browsergym-webarena = "0.13.3"
browsergym-miniwob = "0.13.3"
browsergym-visualwebarena = "0.13.3"
boto3-stubs = {extras = ["s3"], version = "^1.37.19"}
[tool.poetry-dynamic-versioning]