File tree Expand file tree Collapse file tree 5 files changed +256
-247
lines changed
test/unit/selenium/webdriver/remote Expand file tree Collapse file tree 5 files changed +256
-247
lines changed Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30- pip install tox==4.25 .0
30+ pip install tox==4.27 .0
3131 - name : Generate docs
3232 run : tox -c py/tox.ini
3333 env :
4747 - name : Install dependencies
4848 run : |
4949 python -m pip install --upgrade pip
50- pip install tox==4.25 .0
50+ pip install tox==4.27 .0
5151 - name : Run type checking
5252 run : |
5353 tox -c py/tox.ini || true
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ classifiers = [
2525 " Programming Language :: Python :: 3.13" ,
2626 ]
2727dependencies = [
28- " urllib3[socks]~=2.4 .0" ,
28+ " urllib3[socks]~=2.5 .0" ,
2929 " trio~=0.30.0" ,
3030 " trio-websocket~=0.12.2" ,
31- " certifi>=2025.4.26 " ,
31+ " certifi>=2025.6.15 " ,
3232 " typing_extensions~=4.14.0" ,
3333 " websocket-client~=1.8.0" ,
3434 ]
Original file line number Diff line number Diff line change 1- async-generator == 1.10
21attrs == 25.3.0
3- cachetools == 6.0 .0
4- certifi == 2025.4.26
2+ cachetools == 6.1 .0
3+ certifi == 2025.6.15
54cffi == 1.17.1
65chardet == 5.2.0
76charset-normalizer == 3.4.2
87colorama == 0.4.6
9- cryptography == 45.0.3
8+ cryptography == 45.0.4
109debugpy == 1.8.14
1110distlib == 0.3.9
1211docutils == 0.21.2
@@ -26,7 +25,7 @@ keyring==25.6.0
2625markdown-it-py == 3.0.0
2726mdurl == 0.1.2
2827more-itertools == 10.7.0
29- multidict == 6.4.4
28+ multidict == 6.5.0
3029nh3 == 0.2.21
3130outcome == 1.3.0.post0
3231packaging == 25.0
@@ -35,30 +34,28 @@ pluggy==1.6.0
3534py == 1.11.0
3635pycparser == 2.22
3736Pygments == 2.19.1
38- pyOpenSSL == 25.1.0
39- pyparsing == 3.2.3
4037pyproject-api == 1.9.1
4138PySocks == 1.7.1
42- pytest == 8.4.0
39+ pytest == 8.4.1
4340pytest-instafail == 0.5.0
4441pytest-mock == 3.14.1
4542pytest-trio == 0.8.0
43+ pywin32-ctypes == 0.2.3
4644readme_renderer == 44.0
47- requests == 2.32.3
45+ requests == 2.32.4
4846requests-toolbelt == 1.0.0
4947rfc3986 == 2.0.0
5048rich == 14.0.0
5149SecretStorage == 3.3.3
5250sniffio == 1.3.1
5351sortedcontainers == 2.4.0
54- toml == 0.10.2
55- tox == 4.26.0
52+ tox == 4.27.0
5653trio == 0.30.0
5754trio-websocket == 0.12.2
5855twine == 6.1.0
5956typing_extensions == 4.14.0
60- urllib3 [socks ]== 2.4 .0
57+ urllib3 [socks ]== 2.5 .0
6158virtualenv == 20.31.2
6259websocket-client == 1.8.0
6360wsproto == 1.2.0
64- zipp == 3.22 .0
61+ zipp == 3.23 .0
You can’t perform that action at this time.
0 commit comments