Skip to content

Commit d5eb59a

Browse files
Merge pull request #1817 from atlassian/update-dependencies-python-release-8-8-0
update dependencies python 8-8-0
2 parents 2b19817 + 8480e22 commit d5eb59a

File tree

6 files changed

+13
-13
lines changed

6 files changed

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

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
88
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.37.30
10+
boto3==1.40.15
1111
retry==0.9.2

0 commit comments

Comments
 (0)