From c29f58db4c95305c6c274fec46a7997f984d116b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:52:58 +0000 Subject: [PATCH 1/6] Bump django from 5.2.11 to 5.2.13 Bumps [django](https://github.com/django/django) from 5.2.11 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.11...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-app.txt b/requirements-app.txt index 2036d50e..342b9de0 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.2.11 +Django==5.2.13 django-allauth==65.13.0 django-filter==25.1 django-tables2==2.7.5 From ebf8364102f85075e82fbe51bf98a7319a6e0f16 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 9 Apr 2026 20:13:13 -0700 Subject: [PATCH 2/6] ignore mkdocs warning --- netlify.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index dbcd7eec..731f0990 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,4 +2,7 @@ [build] command = "mkdocs build" publish = "site" - environment = { PYTHON_VERSION = "3.14"} \ No newline at end of file + environment = { PYTHON_VERSION = "3.14"} + +[build.environment] + NO_MKDOCS_2_WARNING=1 From 8341c25c607b3182be4d8186b43eea89ad3cdfcb Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 9 Apr 2026 20:15:29 -0700 Subject: [PATCH 3/6] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 731f0990..a6bda312 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,4 @@ environment = { PYTHON_VERSION = "3.14"} [build.environment] - NO_MKDOCS_2_WARNING=1 + NO_MKDOCS_2_WARNING = 1 From ed688427c6d3d53d80803faced9128f63cb1fbad Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 9 Apr 2026 20:16:04 -0700 Subject: [PATCH 4/6] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a6bda312..4304e9b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ [build] command = "mkdocs build" publish = "site" - environment = { PYTHON_VERSION = "3.14"} [build.environment] + PYTHON_VERSION = "3.14" NO_MKDOCS_2_WARNING = 1 From 70c5e60b95c6b5b4827c8af5293d404bf722ce25 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 9 Apr 2026 20:24:33 -0700 Subject: [PATCH 5/6] Update netlify.toml --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 4304e9b2..a19ffa97 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,4 @@ [build.environment] PYTHON_VERSION = "3.14" - NO_MKDOCS_2_WARNING = 1 + NO_MKDOCS_2_WARNING = "1" From 0d70e35f386e3993a6e94e26bd19a2c63dcce64f Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 9 Apr 2026 20:27:25 -0700 Subject: [PATCH 6/6] Update mkdocs.yml --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 4a23c77c..9e927c96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -89,3 +89,7 @@ plugins: - git-committers: repository: pyladies/pyladiescon-portal branch: main + - mkdocstrings: + handlers: + python: + enable_parallel_processing: false