From bce57121fcf0504d4fe20979b9e63bc8c23f820d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 04:22:37 +0000 Subject: [PATCH 1/2] Update dependency sphinx to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a56721..a50a0be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ check-manifest = {version = "^0.48", python = "^3.6"} bump2version = {version = "^1.0.0", python = "^3.6"} git-changelog = {version = "^1.0.0", python = "^3.6.2"} poetry = "=1.1.14" -sphinx = "=4.5.0" +sphinx = "=7.3.4" sphinx-autobuild = "^2021.0.0" sphinx_rtd_theme = "^1.0.0" lockfile = "^0.12.2" From 5ac0743dfcced5b8b6a61c38ebb77d9c161d8ee3 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Wed, 17 Apr 2024 04:22:59 +0000 Subject: [PATCH 2/2] Fix code style issues with Black --- django_model_subscription/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django_model_subscription/urls.py b/django_model_subscription/urls.py index 8cfbc16d..46696ca9 100644 --- a/django_model_subscription/urls.py +++ b/django_model_subscription/urls.py @@ -14,6 +14,7 @@ 1. Import the include() function: from django.urls import include, path 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """ + from django.contrib import admin from django.urls import path