From 51d162fb39930dbb0c2b5d99ace5130ab7e26a0d Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Wed, 10 Sep 2025 09:02:34 +0200 Subject: [PATCH 1/2] Update django to v5.2.6 --- provisioning/www/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/www/webapp/requirements.txt b/provisioning/www/webapp/requirements.txt index 14df1fb..3dc31c8 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.3 +Django==5.2.6 psycopg2==2.9.10 gunicorn==23.0.0 From 2e21c9a7865df06322c8ac766cb1d3182a4de534 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Wed, 10 Sep 2025 09:03:00 +0200 Subject: [PATCH 2/2] dependabot: look for requirements.txt in a specific directory --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 808bf42..e0487a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "/" + directory: "/provisioning/www/webapp/" schedule: interval: "weekly" groups: