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: 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