From 94cdd977c7bde4c62050017055e9fe5e926afcfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:10:24 +0200 Subject: [PATCH] Update dependency pytest to v8.4.2 (#486) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index 65a5c01..dbdac07 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,5 +1,5 @@ flake8==7.3.0 - pytest==8.4.1 + pytest==8.4.2 pytest-asyncio==1.1.0 pytest-cov==6.2.1 python-dotenv==1.1.1