From 2d4681f4b41e46c6afa760af574a95ed06e77cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 14:02:56 +0000 Subject: [PATCH] Update mkdocs-glightbox requirement from <1.0,>=0.4 to >=0.5.2,<1.0 Updates the requirements on [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox) to permit the latest version. - [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.4.0...v0.5.2) --- updated-dependencies: - dependency-name: mkdocs-glightbox dependency-version: 0.5.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dae13b5..53b17ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ test = [ ] docs = [ "mkdocs-material>=9.0,<10.0", - "mkdocs-glightbox>=0.4,<1.0", + "mkdocs-glightbox>=0.5.2,<1.0", ] [tool.ruff]