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 27
27
- name : Install dependencies
28
28
run : |
29
29
python -m pip install --upgrade pip
30
- pip install tox==4.25 .0
30
+ pip install tox==4.27 .0
31
31
- name : Generate docs
32
32
run : tox -c py/tox.ini
33
33
env :
47
47
- name : Install dependencies
48
48
run : |
49
49
python -m pip install --upgrade pip
50
- pip install tox==4.25 .0
50
+ pip install tox==4.27 .0
51
51
- name : Run type checking
52
52
run : |
53
53
tox -c py/tox.ini || true
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ classifiers = [
25
25
" Programming Language :: Python :: 3.13" ,
26
26
]
27
27
dependencies = [
28
- " urllib3[socks]~=2.4 .0" ,
28
+ " urllib3[socks]~=2.5 .0" ,
29
29
" trio~=0.30.0" ,
30
30
" trio-websocket~=0.12.2" ,
31
- " certifi>=2025.4.26 " ,
31
+ " certifi>=2025.6.15 " ,
32
32
" typing_extensions~=4.14.0" ,
33
33
" websocket-client~=1.8.0" ,
34
34
]
Original file line number Diff line number Diff line change 1
- async-generator == 1.10
2
1
attrs == 25.3.0
3
- cachetools == 6.0 .0
4
- certifi == 2025.4.26
2
+ cachetools == 6.1 .0
3
+ certifi == 2025.6.15
5
4
cffi == 1.17.1
6
5
chardet == 5.2.0
7
6
charset-normalizer == 3.4.2
8
7
colorama == 0.4.6
9
- cryptography == 45.0.3
8
+ cryptography == 45.0.4
10
9
debugpy == 1.8.14
11
10
distlib == 0.3.9
12
11
docutils == 0.21.2
@@ -26,7 +25,7 @@ keyring==25.6.0
26
25
markdown-it-py == 3.0.0
27
26
mdurl == 0.1.2
28
27
more-itertools == 10.7.0
29
- multidict == 6.4.4
28
+ multidict == 6.5.0
30
29
nh3 == 0.2.21
31
30
outcome == 1.3.0.post0
32
31
packaging == 25.0
@@ -35,30 +34,28 @@ pluggy==1.6.0
35
34
py == 1.11.0
36
35
pycparser == 2.22
37
36
Pygments == 2.19.1
38
- pyOpenSSL == 25.1.0
39
- pyparsing == 3.2.3
40
37
pyproject-api == 1.9.1
41
38
PySocks == 1.7.1
42
- pytest == 8.4.0
39
+ pytest == 8.4.1
43
40
pytest-instafail == 0.5.0
44
41
pytest-mock == 3.14.1
45
42
pytest-trio == 0.8.0
43
+ pywin32-ctypes == 0.2.3
46
44
readme_renderer == 44.0
47
- requests == 2.32.3
45
+ requests == 2.32.4
48
46
requests-toolbelt == 1.0.0
49
47
rfc3986 == 2.0.0
50
48
rich == 14.0.0
51
49
SecretStorage == 3.3.3
52
50
sniffio == 1.3.1
53
51
sortedcontainers == 2.4.0
54
- toml == 0.10.2
55
- tox == 4.26.0
52
+ tox == 4.27.0
56
53
trio == 0.30.0
57
54
trio-websocket == 0.12.2
58
55
twine == 6.1.0
59
56
typing_extensions == 4.14.0
60
- urllib3 [socks ]== 2.4 .0
57
+ urllib3 [socks ]== 2.5 .0
61
58
virtualenv == 20.31.2
62
59
websocket-client == 1.8.0
63
60
wsproto == 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