From acff837caf00af223ed8fa0be594e028f20f4c4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 06:09:48 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- python/create_dedicated_cluster/requirements.txt | 2 +- python/create_developer_cluster/requirements.txt | 2 +- python/manage_backup/requirements.txt | 2 +- python/scale_out_tiflash/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/create_dedicated_cluster/requirements.txt b/python/create_dedicated_cluster/requirements.txt index ca8d8c7..0e2a556 100644 --- a/python/create_dedicated_cluster/requirements.txt +++ b/python/create_dedicated_cluster/requirements.txt @@ -1,2 +1,2 @@ requests==2.28.1 -pytest==7.1.2 \ No newline at end of file +pytest==9.0.3 \ No newline at end of file diff --git a/python/create_developer_cluster/requirements.txt b/python/create_developer_cluster/requirements.txt index ca8d8c7..0e2a556 100644 --- a/python/create_developer_cluster/requirements.txt +++ b/python/create_developer_cluster/requirements.txt @@ -1,2 +1,2 @@ requests==2.28.1 -pytest==7.1.2 \ No newline at end of file +pytest==9.0.3 \ No newline at end of file diff --git a/python/manage_backup/requirements.txt b/python/manage_backup/requirements.txt index 806547b..07c581d 100644 --- a/python/manage_backup/requirements.txt +++ b/python/manage_backup/requirements.txt @@ -1,3 +1,3 @@ requests==2.28.1 -pytest==7.1.2 +pytest==9.0.3 DateTime==4.5 \ No newline at end of file diff --git a/python/scale_out_tiflash/requirements.txt b/python/scale_out_tiflash/requirements.txt index ca8d8c7..0e2a556 100644 --- a/python/scale_out_tiflash/requirements.txt +++ b/python/scale_out_tiflash/requirements.txt @@ -1,2 +1,2 @@ requests==2.28.1 -pytest==7.1.2 \ No newline at end of file +pytest==9.0.3 \ No newline at end of file