From 70414d197783100575f16cb90db7dc32751189f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:49:06 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9733c17..c45c2d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Pillow==10.4.0 # test-related (but not separated for now) mypy==1.11.2 -pytest==8.3.2 +pytest==8.3.3 flake8==7.1.1