Skip to content

Commit 76fbeba

Browse files
authored
Merge pull request #1655 from atlassian/DCA-2412-dependencies-bump
DCA-2412 dependenices bump
2 parents 29d564e + c6b43e9 commit 76fbeba

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.25.0
54+
- selenium==4.27.1
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.25.0
40+
- selenium==4.27.1
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.25.0
55+
- selenium==4.27.1
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.25.0
55+
- selenium==4.27.1
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.25.0
71+
- selenium==4.27.1
7272
execution:
7373
- scenario: ${load_executor}_agents
7474
executor: ${load_executor}

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
matplotlib==3.9.2
1+
matplotlib==3.10.0
22
pandas==2.2.3
3-
pytest==8.3.3
4-
locust==2.32.0
5-
selenium==4.25.0
3+
pytest==8.3.4
4+
locust==2.32.6
5+
selenium==4.27.1
66
filelock==3.16.1
7-
packaging==24.1
8-
prettytable==3.11.0
7+
packaging==24.2
8+
prettytable==3.12.0
99
bzt==1.16.32 # bzt 1.16.34 has pinned setuptools==65.5.0, which does not have distutils
10-
boto3==1.35.47
10+
boto3==1.35.99
1111
retry==0.9.2

0 commit comments

Comments
 (0)