Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions multitool.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
"binaries": [
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-aarch64-unknown-linux-musl.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-aarch64-unknown-linux-musl.tar.gz",
"file": "ruff-aarch64-unknown-linux-musl/ruff",
"sha256": "10b43a88fb948aaae538ec9f35e93b4433f144d0379fb3a67d88282595b969f7",
"sha256": "bdee6f1376470b74b1dc5ed48eca52ec9c3e4512bd7f3204e0df100f0bed4741",
"os": "linux",
"cpu": "arm64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-x86_64-unknown-linux-musl.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-x86_64-unknown-linux-musl.tar.gz",
"file": "ruff-x86_64-unknown-linux-musl/ruff",
"sha256": "dd4e5b8f81547a48975489913a80e0dce6be7f1c455912fe3a5bd5a1f5f1a35d",
"sha256": "b56ac90cc6987401bafdcf1b931ef044074c5b9451286afa4606a983f64f4fdd",
"os": "linux",
"cpu": "x86_64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-aarch64-apple-darwin.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-aarch64-apple-darwin.tar.gz",
"file": "ruff-aarch64-apple-darwin/ruff",
"sha256": "72c6abf39f5e87c57faa2d191baf2582e437ff72cdc0f52b7c7e50f26d41b807",
"sha256": "0d706798534537b6655b79fd95c2955c0a0013d4c54d36679d3306825a6bd6aa",
"os": "macos",
"cpu": "arm64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-x86_64-apple-darwin.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-x86_64-apple-darwin.tar.gz",
"file": "ruff-x86_64-apple-darwin/ruff",
"sha256": "8619f277921b3e2e56d850c3e203fd4ef10b457bc50f93ab6fe85743eb324de6",
"sha256": "ac47ad1ac90f3070c064d2f5fceef4fe609fec7c073fd29d0814ed126c492e6d",
"os": "macos",
"cpu": "x86_64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.12.10/ruff-x86_64-pc-windows-msvc.zip",
"url": "https://github.com/astral-sh/ruff/releases/download/0.13.0/ruff-x86_64-pc-windows-msvc.zip",
"file": "ruff-x86_64-pc-windows-msvc/ruff.exe",
"sha256": "a639e4dee10cb2900bffa7165457766671c59c744ce6b61cc658c35ab33a91fd",
"sha256": "3a8d8cb96333671f78a5d209ddb4f830287e3eb2796fe01dd043b02ec1c1c7f1",
"os": "windows",
"cpu": "x86_64"
}
Expand Down
1 change: 1 addition & 0 deletions py/docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ webdriver.common.bidi
selenium.webdriver.common.bidi.common
selenium.webdriver.common.bidi.console
selenium.webdriver.common.bidi.emulation
selenium.webdriver.common.bidi.input
selenium.webdriver.common.bidi.log
selenium.webdriver.common.bidi.network
selenium.webdriver.common.bidi.permissions
Expand Down
24 changes: 12 additions & 12 deletions py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
attrs==25.3.0
cachetools==6.1.0
cachetools==6.2.0
certifi==2025.8.3
cffi==1.17.1
cffi==2.0.0
chardet==5.2.0
charset-normalizer==3.4.3
colorama==0.4.6
cryptography==45.0.6
cryptography==45.0.7
debugpy==1.8.16
distlib==0.4.0
docutils==0.21.2
Expand All @@ -24,21 +24,21 @@ jeepney==0.9.0
keyring==25.6.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.7.0
more-itertools==10.8.0
multidict==6.6.4
nh3==0.3.0
outcome==1.3.0.post0
packaging==25.0
platformdirs==4.3.8
platformdirs==4.4.0
pluggy==1.6.0
py==1.11.0
pycparser==2.22
pycparser==2.23
Pygments==2.19.2
pyproject-api==1.9.1
PySocks==1.7.1
pytest==8.4.1
pytest==8.4.2
pytest-instafail==0.5.0
pytest-mock==3.14.1
pytest-mock==3.15.0
pytest-trio==0.8.0
pywin32-ctypes==0.2.3
readme_renderer==44.0
Expand All @@ -49,11 +49,11 @@ rich==14.1.0
SecretStorage==3.3.3
sniffio==1.3.1
sortedcontainers==2.4.0
tox==4.28.4
trio==0.30.0
tox==4.30.2
trio==0.31.0
trio-websocket==0.12.2
twine==6.1.0
typing_extensions==4.14.1
twine==6.2.0
typing_extensions==4.15.0
urllib3[socks]==2.5.0
virtualenv==20.34.0
websocket-client==1.8.0
Expand Down
Loading