From 293e0fb279ca457ec172cb01feb35cc408859453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 1 Jul 2023 20:21:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20dirty-equals=20as=20a=20testi?= =?UTF-8?q?ng=20dependency=20(#9778)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ➕ Add dirty-equals as a testing dependency, it seems it got lsot at some point --- requirements-tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-tests.txt b/requirements-tests.txt index 06ac8b551..fbd20c11a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,6 +6,7 @@ ruff ==0.0.275 black == 23.3.0 httpx >=0.23.0,<0.25.0 email_validator >=1.1.1,<3.0.0 +dirty-equals ==0.6.0 # TODO: once removing databases from tutorial, upgrade SQLAlchemy # probably when including SQLModel sqlalchemy >=1.3.18,<1.4.43