From 9877a91d2639074496ab157eebbdaa595ca48df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:45:08 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the /django directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Bumps the pip group with 1 update in the /django/requirements directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.5.44 to 9.7.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.44...9.7.7) Updates `mkdocs-material` from 9.5.44 to 9.7.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.44...9.7.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production dependency-group: pip - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- django/requirements/base.txt | 2 +- django/requirements/local.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django/requirements/base.txt b/django/requirements/base.txt index ac2e4204..005fc240 100644 --- a/django/requirements/base.txt +++ b/django/requirements/base.txt @@ -1,4 +1,4 @@ -setuptools<82 # until we modernize everything, we need this. +setuptools<85 # until we modernize everything, we need this. argon2-cffi # https://github.com/hynek/argon2_cffi autobahn<25.10.1 # Pin to avoid v25.10.1 that is giving build troubles. diff --git a/django/requirements/local.txt b/django/requirements/local.txt index 24521991..e3254d6b 100644 --- a/django/requirements/local.txt +++ b/django/requirements/local.txt @@ -19,7 +19,7 @@ mkdocs-autorefs==1.2.0 mkdocs-gen-files==0.5.0 mkdocs-get-deps==0.2.0 mkdocs-literate-nav==0.6.1 -mkdocs-material==9.5.44 +mkdocs-material==9.7.7 mkdocs-material-extensions==1.3.1 mkdocs-section-index==0.3.9 mkdocstrings==0.27.0 @@ -29,7 +29,7 @@ mkdocstrings-python==1.12.2 # ------------------------------------------------------------------------------ flake8-docstrings==1.7.0 # https://github.com/pycqa/flake8-docstrings flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort -black==26.3.1 # https://github.com/psf/black +black==26.5.1 # https://github.com/psf/black pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery pre-commit==2.19.0 # https://github.com/pre-commit/pre-commit