From 377f5fa6adb50b84b625d52ab8d0c2cb0bcb821d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:10:02 +0000 Subject: [PATCH] Bump the minor-updates group with 3 updates Bumps the minor-updates group with 3 updates: [python-markdown-math](https://github.com/mitya57/python-markdown-math), [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox) and [click](https://github.com/pallets/click). Updates `python-markdown-math` from 0.8 to 0.9 - [Changelog](https://github.com/mitya57/python-markdown-math/blob/master/changelog) - [Commits](https://github.com/mitya57/python-markdown-math/compare/0.8...0.9) Updates `mkdocs-glightbox` from 0.3.7 to 0.5.2 - [Release notes](https://github.com/blueswen/mkdocs-glightbox/releases) - [Changelog](https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG) - [Commits](https://github.com/blueswen/mkdocs-glightbox/compare/v0.3.7...v0.5.2) Updates `click` from 8.4.2 to 8.5.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.2...8.5.0) --- updated-dependencies: - dependency-name: python-markdown-math dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: mkdocs-glightbox dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b9d47c1f..cccc373c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ babel==2.18.0 ; python_version >= "3.12" and python_version < "4" backrefs==5.8 ; python_version >= "3.12" and python_version < "4" certifi==2026.7.22 ; python_version >= "3.12" and python_version < "4" charset-normalizer==3.5.1 ; python_version >= "3.12" and python_version < "4" -click==8.4.2 ; python_version >= "3.12" and python_version < "4" +click==8.5.0 ; python_version >= "3.12" and python_version < "4" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4" ghp-import==2.1.0 ; python_version >= "3.12" and python_version < "4" gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4" @@ -18,7 +18,7 @@ mike==2.2.0 ; python_version >= "3.12" and python_version < "4" mkdocs-get-deps==0.2.2 ; python_version >= "3.12" and python_version < "4" mkdocs-git-committers-plugin-2==2.5.0 ; python_version >= "3.12" and python_version < "4" mkdocs-git-revision-date-localized-plugin==1.5.4 ; python_version >= "3.12" and python_version < "4" -mkdocs-glightbox==0.3.7 ; python_version >= "3.12" and python_version < "4" +mkdocs-glightbox==0.5.2 ; python_version >= "3.12" and python_version < "4" mkdocs-material-extensions==1.3.1 ; python_version >= "3.12" and python_version < "4" mkdocs-material==9.7.7 ; python_version >= "3.12" and python_version < "4" mkdocs==1.6.1 ; python_version >= "3.12" and python_version < "4" @@ -30,7 +30,7 @@ pygments==2.21.0 ; python_version >= "3.12" and python_version < "4" pymdown-extensions==11.0.2 ; python_version >= "3.12" and python_version < "4" pyparsing==3.3.2 ; python_version >= "3.12" and python_version < "4" python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4" -python-markdown-math==0.8 ; python_version >= "3.12" and python_version < "4" +python-markdown-math==0.9 ; python_version >= "3.12" and python_version < "4" pytz==2025.2 ; python_version >= "3.12" and python_version < "4" pyyaml-env-tag==1.1 ; python_version >= "3.12" and python_version < "4" pyyaml==6.0.3 ; python_version >= "3.12" and python_version < "4"