From 1ecd94db51c24d9f9d85366c5ca2687420bc2508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:41:58 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d7a042d0e..013a173adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ auth-kerberos = [ [dependency-groups] dev = [ - "pytest~=8.0", + "pytest~=9.0", "PyYAML", "pure-sasl", "cryptography>=42.0",