From 999cfe785c902618085c46068d2f6667ee05c0f2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 12 Sep 2024 19:49:59 +0200 Subject: [PATCH] chore: add syrupy dependency --- requirements-dev.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index e78d4821..f7118f98 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,9 @@ pytest==8.3.2 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-random-order==1.1.1 +# Pytest snapshots +syrupy==4.7.1 + ruff==0.6.4 isort==5.13.2 codespell==2.3.0