From 8f1c261f885280d9de7f82476d097dcaf84fef1b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 12 Dec 2025 07:26:42 -0800 Subject: [PATCH] update pytest --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 986076f70..b2d97578b 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -131,7 +131,7 @@ pyproject-hooks==1.2.0 ; python_version >= "3.10" and python_version < "4.0" pyrfc3339==2.1.0 ; python_version >= "3.10" and python_version < "4.0" pytest-cov==7.0.0 ; python_version >= "3.10" and python_version < "4.0" pytest-xdist==3.8.0 ; python_version >= "3.10" and python_version < "4.0" -pytest==8.4.2 ; python_version >= "3.10" and python_version < "4.0" +pytest==9.0.2 ; python_version >= "3.10" and python_version < "4.0" python-augeas==1.2.0 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" python-digitalocean==1.17.0 ; python_version >= "3.10" and python_version < "4.0"