From 4aa70bf91d0f5cf966296c4090f94bdc39301d50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:25:23 +0000 Subject: [PATCH] chore(sdk): update dependency filelock to v3.29.7 --- api/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 607a8c7348..86d6f1068c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -4,7 +4,7 @@ dev = [ "coverage==7.5.4", "django-silk==5.3.2", "docker==7.1.0", - "filelock==3.20.3", + "filelock==3.29.7", "freezegun==1.5.1", "mypy==1.10.1", "pylint==3.2.5", diff --git a/pyproject.toml b/pyproject.toml index 64affc8556..db3730b41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dev = [ "black==26.3.1", "coverage==7.6.12", "docker==7.1.0", - "filelock==3.20.3", + "filelock==3.29.7", "flake8==7.1.2", "freezegun==1.5.1", "mock==5.2.0",