From b480971029b060f5dd08906149838f2fc53a09d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:56:57 +0000 Subject: [PATCH] chore: bump mkdocs-glightbox from 0.3.7 to 0.4.0 Bumps [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox) from 0.3.7 to 0.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: mkdocs-glightbox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef08d8502..be53531b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ devdocs = [ "mike==2.1.1", # versioning "mkdocs-minify-plugin==0.8.0", "mkdocs-macros-plugin==1.0.5", # includes with variables - "mkdocs-glightbox==0.3.7", # img zoom + "mkdocs-glightbox==0.4.0", # img zoom "pillow", # required for mkdocs-glightbo "cairosvg", # required for mkdocs-glightbo "requests", # using in CI, do not pin it