From 221a0b324d96518676b0f06479a19a87b4f4d832 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 12 Sep 2025 12:19:51 +0100 Subject: [PATCH] Downgrade pytest from 8.4.3 to 8.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea42cf48..830cbdd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==6.1.0 coverage[toml]==7.10.6 cryptography==45.0.7 mypy==1.17.1 -pytest==8.4.3 +pytest==8.4.2 ruff==0.12.11 trio==0.30.0 trio-typing==0.10.0 -- 2.47.3