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 @@ -92,41 +92,41 @@
"binaries": [
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-aarch64-unknown-linux-musl.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.13/ruff-aarch64-unknown-linux-musl.tar.gz",
"file": "ruff-aarch64-unknown-linux-musl/ruff",
"sha256": "8996fe01814d00480c81da2b8ce9e8274f63eb07992318f082f7071772699635",
"sha256": "1084d8038eeb51f55c7b7c9779bb37e5f53b28b987767df61333e9d0da7b2701",
"os": "linux",
"cpu": "arm64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-x86_64-unknown-linux-musl.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.13/ruff-x86_64-unknown-linux-musl.tar.gz",
"file": "ruff-x86_64-unknown-linux-musl/ruff",
"sha256": "e0b074f722f87efe2e09de3a77820a012d1417ebabbd308cccdf6b98ba8d4bb3",
"sha256": "66ac0b0582c8d24badc210b8e933e9aa0ad6707414e236409c9b9ad638972fb9",
"os": "linux",
"cpu": "x86_64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-aarch64-apple-darwin.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.13/ruff-aarch64-apple-darwin.tar.gz",
"file": "ruff-aarch64-apple-darwin/ruff",
"sha256": "bd59107e125f9c9f64a75be13b6ff21bf7cbc61c4b9529bbb75c8184e3dd6c3c",
"sha256": "66ab3abeeba319266612e675dfbe0ca9c63f1e5f6ca3c6174482b0b088b8f6ff",
"os": "macos",
"cpu": "arm64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-x86_64-apple-darwin.tar.gz",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.13/ruff-x86_64-apple-darwin.tar.gz",
"file": "ruff-x86_64-apple-darwin/ruff",
"sha256": "f88b6ad8338ad7acf83497e4bc2f2b5d3cac46c3e71363b7263c1bb9027c9b37",
"sha256": "3ff692a61d5231ea6c94e6dafc575f87582a089d1281fac6b31cef2b4f2e4b6b",
"os": "macos",
"cpu": "x86_64"
},
{
"kind": "archive",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.12/ruff-x86_64-pc-windows-msvc.zip",
"url": "https://github.com/astral-sh/ruff/releases/download/0.15.13/ruff-x86_64-pc-windows-msvc.zip",
"file": "ruff-x86_64-pc-windows-msvc/ruff.exe",
"sha256": "d378033392042377491ef2541457af47cc4652c4e984639c95413b0c4876b0f1",
"sha256": "59892c6773df805effe7928e69796447585b42af54310cb6f1552536b746c39a",
"os": "windows",
"cpu": "x86_64"
}
Expand Down
9 changes: 0 additions & 9 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ changelog = "https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES"
documentation = "https://www.selenium.dev/documentation/webdriver"
issues = "https://github.com/SeleniumHQ/selenium/issues"

[dependency-groups]
Comment thread
titusfortner marked this conversation as resolved.
lint = [
"ruff==0.15.12",
]
validate = [
"validate-pyproject==0.25",
"packaging==26.2",
]

[tool.setuptools]
zip-safe = false

Expand Down
99 changes: 34 additions & 65 deletions py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,68 +1,37 @@
# Only Development dependencies (tooling, testing, docs, etc)
# Runtime dependencies are in pyproject.toml
# included in the Bazel lock through //py:requirements
async-generator==1.10
attrs==26.1.0
backports.tarfile==1.2.0
cachetools==7.1.1
cffi==2.0.0
chardet==7.4.3
charset-normalizer==3.4.7
colorama==0.4.6
cryptography==48.0.0
distlib==0.4.0
docutils==0.21.2
exceptiongroup==1.3.1
filelock==3.29.0
filetype==1.2.0
h11==0.16.0
id==1.6.1
idna==3.15
importlib_metadata==9.0.0
inflection==0.5.1
iniconfig==2.3.0
jaraco.classes==3.4.0
jaraco.context==6.1.2
jaraco.functools==4.4.0
jeepney==0.9.0
Jinja2==3.1.6
keyring==25.7.0
markdown-it-py==4.2.0
mdurl==0.1.2
more-itertools==11.0.2
mypy==2.1.0
mypy_extensions==1.1.0
nh3==0.3.5
outcome==1.3.0.post0
packaging==26.2
platformdirs==4.9.6
pluggy==1.6.0
pycparser==3.0
Pygments==2.20.0
pyproject-api==1.10.0
PySocks==1.7.1
pytest==9.0.3
pytest-instafail==0.5.0
pytest-mock==3.15.1
pytest-trio==0.8.0
python-discovery==1.3.1
pywin32-ctypes==0.2.3
readme_renderer==44.0
requests==2.34.1
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==15.0.0
SecretStorage==3.5.0
sniffio==1.3.1
sortedcontainers==2.4.0
Sphinx==8.1.3
sphinx-material==0.0.36
tomli==2.4.1
tox==4.54.0
trio-typing==0.10.0
twine==6.2.0
types-certifi==2021.10.8.3
types-PySocks==1.7.1.20260508
virtualenv==21.3.3
wsproto==1.3.2
zipp==3.23.1
# Transitive dependencies are resolved by compile_pip_requirements into requirements_lock.txt

# === Direct dev tooling ===
filetype~=1.2
inflection~=0.5
mypy~=2.1
pytest~=9.0
pytest-instafail~=0.5
pytest-mock~=3.15
pytest-trio~=0.8
rich~=15.0
Sphinx~=8.1
sphinx-material~=0.0
tox~=4.54
trio-typing~=0.10
twine~=6.2
types-certifi~=2021.10
types-PySocks~=1.7
zipp~=3.23

# === Platform-specific transitive deps ===
# Listed explicitly so they appear in requirements_lock.txt regardless of
# which platform runs compile_pip_requirements. Otherwise pip-compile on
# macOS silently drops them and Linux/Windows CI breaks.

# Linux keyring backend (twine -> keyring -> secretstorage -> cryptography):
cffi~=2.0
cryptography~=48.0
jeepney~=0.9
pycparser~=3.0
secretstorage~=3.5

# Windows keyring backend (twine -> keyring -> pywin32-ctypes):
pywin32-ctypes~=0.2
Loading
Loading