From d24f47c5a61ab608f715078e686a1fbe23c8a8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 16 Jan 2025 18:53:13 +0100 Subject: [PATCH] chore: update lockfile --- uv.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/uv.lock b/uv.lock index 8b5e8e1b4715..6b2ce8ed0052 100644 --- a/uv.lock +++ b/uv.lock @@ -4376,6 +4376,13 @@ pre-commit = [ pylint = [ { name = "pylint" }, ] +scripts = [ + { name = "django-debug-toolbar" }, + { name = "pyicu" }, + { name = "reuse" }, + { name = "scour" }, + { name = "tinyunicodeblock" }, +] test = [ { name = "coverage" }, { name = "pytest" }, @@ -4549,6 +4556,13 @@ lint = [ ] pre-commit = [{ name = "pre-commit", specifier = "==4.0.1" }] pylint = [{ name = "pylint", specifier = "==3.3.3" }] +scripts = [ + { name = "django-debug-toolbar", specifier = "==5.0.1" }, + { name = "pyicu", specifier = "==2.14" }, + { name = "reuse", specifier = "==5.0.2" }, + { name = "scour", specifier = "==0.38.2" }, + { name = "tinyunicodeblock", specifier = "==1.3" }, +] test = [ { name = "coverage", specifier = "==7.6.10" }, { name = "pytest", specifier = "==8.3.4" },