From 770966e21f9032ac624d0428029a38139185c86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20Hlavat=C3=BD?= Date: Sat, 21 Mar 2026 18:53:21 +0100 Subject: [PATCH] Update dev dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e7af3d3..9d31262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ dev = [ "pytest>=9.0.2", "ruff==0.15.5", + "pytz" # "playwright==1.58.0" # only dev because it cant be installed in a pipeline, just locally ]