Skip to content

Commit 2098a0b

Browse files
Merge pull request #1728 from atlassian/requirements-update-release-8-7-0
Requirements update release 8 7 0
2 parents c68d0b7 + da20b52 commit 2098a0b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
matplotlib==3.10.1
22
pandas==2.2.3
33
pytest==8.3.5
4-
locust==2.32.6
5-
selenium==4.27.1
4+
locust==2.34.0
5+
selenium==4.31.0
66
filelock==3.18.0
77
packaging==24.2
8-
prettytable==3.12.0
8+
prettytable==3.16.0
99
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
1111
retry==0.9.2

0 commit comments

Comments
 (0)