Skip to content

Commit 0994c7e

Browse files
author
admin
committed
revert bzt version
1 parent 71c6571 commit 0994c7e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/bamboo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- python util/post_run/cleanup_results_dir.py
5252
- module: pip-install
5353
packages:
54-
- selenium==4.27.1
54+
- selenium==4.31.0
5555
execution:
5656
- scenario: jmeter
5757
executor: jmeter

app/bitbucket.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- python util/post_run/cleanup_results_dir.py
3838
- module: pip-install
3939
packages:
40-
- selenium==4.27.1
40+
- selenium==4.31.0
4141
execution:
4242
- scenario: ${load_executor}
4343
concurrency: ${concurrency}

app/confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.27.1
55+
- selenium==4.31.0
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}

app/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
- python util/post_run/cleanup_results_dir.py
5353
- module: pip-install
5454
packages:
55-
- selenium==4.27.1
55+
- selenium==4.31.0
5656
execution:
5757
- scenario: ${load_executor}
5858
executor: ${load_executor}

app/jsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
- python util/post_run/cleanup_results_dir.py
6969
- module: pip-install
7070
packages:
71-
- selenium==4.27.1
71+
- selenium==4.31.0
7272
execution:
7373
- scenario: ${load_executor}_agents
7474
executor: ${load_executor}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ filelock==3.18.0
77
packaging==24.2
88
prettytable==3.16.0
99
bzt==1.16.39 # bzt 1.16.34 has pinned setuptools==65.5.0, which does not have distutils
10-
boto3==1.37.29
10+
boto3==1.16.32
1111
retry==0.9.2

0 commit comments

Comments
 (0)