diff --git a/api/pyproject.toml b/api/pyproject.toml index 607a8c7348..7a9513b037 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.2", "django-silk==5.3.2", "docker==7.1.0", "filelock==3.20.3", diff --git a/pyproject.toml b/pyproject.toml index 64affc8556..86067d2743 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.2", "docker==7.1.0", "filelock==3.20.3", "flake8==7.1.2",