File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
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.27.1
54
+ - selenium==4.31.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.27.1
40
+ - selenium==4.31.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.27.1
55
+ - selenium==4.31.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.27.1
55
+ - selenium==4.31.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.27.1
71
+ - selenium==4.31.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
1
matplotlib == 3.10.1
2
2
pandas == 2.2.3
3
3
pytest == 8.3.5
4
- locust == 2.32.6
5
- selenium == 4.27.1
4
+ locust == 2.34.0
5
+ selenium == 4.31.0
6
6
filelock == 3.18.0
7
7
packaging == 24.2
8
- prettytable == 3.12 .0
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.36.0
10
+ boto3 == 1.37.30
11
11
retry == 0.9.2
You can’t perform that action at this time.
0 commit comments