From d97038e7cbc222bd1d450dbdf3b97fae7d6973c7 Mon Sep 17 00:00:00 2001 From: Martin Kersner Date: Tue, 30 Jun 2026 13:05:55 +0900 Subject: [PATCH] chore: bump test-dep floors (pytest>=8, pytest-cov>=5, responses>=0.25) --- requirements/requirements-test.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 1776301..f6c19f7 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,7 +1,7 @@ -r common.txt -pytest-cov>=2.8.1 -pytest>=6.2.5 -responses>=0.10.12 +pytest-cov>=5 +pytest>=8 +responses>=0.25 black==26.1.0 flake8==7.3.0 tox==4.34.1