From 451567952cc8435843168a46aca24d0f7e0b0148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:46:16 +0000 Subject: [PATCH] build(deps): Bump mkdocs-glightbox from 0.3.4 to 0.3.5 in /docs Bumps [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox) from 0.3.4 to 0.3.5. - [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.4...v0.3.5) --- updated-dependencies: - dependency-name: mkdocs-glightbox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/poetry.lock | 8 ++++---- docs/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index f41a2938c..1a9f4aa4f 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -321,13 +321,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp [[package]] name = "mkdocs-glightbox" -version = "0.3.4" +version = "0.3.5" description = "MkDocs plugin supports image lightbox with GLightbox." optional = false python-versions = "*" files = [ - {file = "mkdocs-glightbox-0.3.4.tar.gz", hash = "sha256:96aaf98216f83c0d0fad2e42a8d805cfa6329d6ab25b54265012ccb2154010d8"}, - {file = "mkdocs_glightbox-0.3.4-py3-none-any.whl", hash = "sha256:8f894435b4f75231164e5d9fb023c01e922e6769e74a121e822c4914f310a41d"}, + {file = "mkdocs-glightbox-0.3.5.tar.gz", hash = "sha256:f572256cca17c912da50a045129026566a79b8c6477e1170258ccc0ac5b162da"}, + {file = "mkdocs_glightbox-0.3.5-py3-none-any.whl", hash = "sha256:096c2753cf4f46f548b02070a2ff5dd8b823a431ce17873a62dcef304cf3364c"}, ] [[package]] @@ -739,4 +739,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6b0779b0cd11669e8249da717a77e6c593043e907cb14be0814b0467c4dd449c" +content-hash = "77e85b9f2c280b358813d45040f359c20777d5fa185881e927939654ff4bc414" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 182190a95..b038e31f0 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.11" mkdocs = "^1.5.3" -mkdocs-glightbox = "^0.3.4" +mkdocs-glightbox = "^0.3.5" mkdocs-material = "^9.4.7" mkdocs-same-dir = "^0.1.2" pygments = "^2.17.2"