From 2444082232a3cedabd56fb703b1c5a1f497f1cb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 21:09:00 +0000 Subject: [PATCH] chore(sdk): update dependency coverage to v7.15.1 --- 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..0dbc7ba61d 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,7 +1,7 @@ [dependency-groups] dev = [ "bandit==1.7.9", - "coverage==7.5.4", + "coverage==7.15.1", "django-silk==5.3.2", "docker==7.1.0", "filelock==3.20.3", diff --git a/pyproject.toml b/pyproject.toml index 64affc8556..82765eb423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ["hatchling"] dev = [ "bandit==1.8.3", "black==26.3.1", - "coverage==7.6.12", + "coverage==7.15.1", "docker==7.1.0", "filelock==3.20.3", "flake8==7.1.2",