From 67179dec89ea6393f7ad38e73d73d53ada492b7c Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 11 Mar 2024 11:45:21 +0100 Subject: [PATCH] Update migration dependency Signed-off-by: Sasha Romijn --- .../0016_domaintestappsecpriv_securitytxt_found_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/migrations/0016_domaintestappsecpriv_securitytxt_found_url.py b/checks/migrations/0016_domaintestappsecpriv_securitytxt_found_url.py index 9c4f5756a..aeedd9160 100644 --- a/checks/migrations/0016_domaintestappsecpriv_securitytxt_found_url.py +++ b/checks/migrations/0016_domaintestappsecpriv_securitytxt_found_url.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("checks", "0015_auto_20240212_1616"), + ("checks", "0015_add_rpki_scoring"), ] operations = [