Update dev dependency

This commit is contained in:
2026-03-21 18:53:21 +01:00
parent abb59aabe3
commit 770966e21f

View File

@@ -20,6 +20,7 @@ dependencies = [
dev = [ dev = [
"pytest>=9.0.2", "pytest>=9.0.2",
"ruff==0.15.5", "ruff==0.15.5",
"pytz"
# "playwright==1.58.0" # only dev because it cant be installed in a pipeline, just locally # "playwright==1.58.0" # only dev because it cant be installed in a pipeline, just locally
] ]