requirements.txt: Pin selenium==4.25.0 to fix ci failures (#5182)

This commit is contained in:
Christian Clauss 2024-11-10 12:43:04 +01:00 committed by GitHub
parent 4c2878f01e
commit 993a8ee02f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ pytest-cov
pytest-httpserver
pytest-benchmark
pytest-pyodide==0.58.3
setuptools; python_version >= '3.12'
# TODO(cclauss): Remove the Selenium line.
selenium==4.25.0