File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
51
51
- python util/post_run/cleanup_results_dir.py
52
52
- module : pip-install
53
53
packages :
54
- - selenium==4.31 .0
54
+ - selenium==4.35 .0
55
55
execution :
56
56
- scenario : jmeter
57
57
executor : jmeter
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
- python util/post_run/cleanup_results_dir.py
38
38
- module : pip-install
39
39
packages :
40
- - selenium==4.31 .0
40
+ - selenium==4.35 .0
41
41
execution :
42
42
- scenario : ${load_executor}
43
43
concurrency : ${concurrency}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
52
52
- python util/post_run/cleanup_results_dir.py
53
53
- module : pip-install
54
54
packages :
55
- - selenium==4.31 .0
55
+ - selenium==4.35 .0
56
56
execution :
57
57
- scenario : ${load_executor}
58
58
executor : ${load_executor}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ services:
52
52
- python util/post_run/cleanup_results_dir.py
53
53
- module : pip-install
54
54
packages :
55
- - selenium==4.31 .0
55
+ - selenium==4.35 .0
56
56
execution :
57
57
- scenario : ${load_executor}
58
58
executor : ${load_executor}
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ services:
68
68
- python util/post_run/cleanup_results_dir.py
69
69
- module : pip-install
70
70
packages :
71
- - selenium==4.31 .0
71
+ - selenium==4.35 .0
72
72
execution :
73
73
- scenario : ${load_executor}_agents
74
74
executor : ${load_executor}
Original file line number Diff line number Diff line change 1
- matplotlib == 3.10.1
2
- pandas == 2.2.3
3
- pytest == 8.3.5
4
- locust == 2.35 .0
5
- selenium == 4.31 .0
6
- filelock == 3.18.0
7
- packaging == 24.2
1
+ matplotlib == 3.10.5
2
+ pandas == 2.3.2
3
+ pytest == 8.4.1
4
+ locust == 2.39 .0
5
+ selenium == 4.35 .0
6
+ filelock == 3.19.1
7
+ packaging == 25.0
8
8
prettytable == 3.16.0
9
9
bzt == 1.16.32 # bzt 1.16.34 has pinned setuptools==65.5.0, which does not have distutils
10
- boto3 == 1.37.30
10
+ boto3 == 1.40.15
11
11
retry == 0.9.2
You can’t perform that action at this time.
0 commit comments