From cb2447c02503d905dcd6cce358451202395ab8c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Nov 2025 04:15:51 +0900 Subject: [PATCH] Pin pytest-localserver to latest version 0.10.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 87384ee738cf3..0b36d763ebf6f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ pytest>=8.3.4 pytest-cov pytest-xdist>=3.6.1 pytest-qt>=4.4.0 -pytest-localserver +pytest-localserver==0.10.0 PyQt5>=5.15.9 coverage python-dateutil