From 2992dd0e853592e998cdc926d8f1c676aa0843e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:01:24 +0000 Subject: [PATCH] build(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c467ed..6220185 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiofiles" @@ -977,13 +977,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-glightbox" -version = "0.3.7" +version = "0.4.0" description = "MkDocs plugin supports image lightbox with GLightbox." optional = false python-versions = "*" files = [ - {file = "mkdocs-glightbox-0.3.7.tar.gz", hash = "sha256:4e890140a97dd4ad128cb92174384bd0ac33adec3304bbd2b7c48d0847685c4f"}, - {file = "mkdocs_glightbox-0.3.7-py3-none-any.whl", hash = "sha256:9659631a9829d93d8fb0ce3a20a10261c258605ba4dc87a3b7b5d847b93a276d"}, + {file = "mkdocs-glightbox-0.4.0.tar.gz", hash = "sha256:392b34207bf95991071a16d5f8916d1d2f2cd5d5bb59ae2997485ccd778c70d9"}, + {file = "mkdocs_glightbox-0.4.0-py3-none-any.whl", hash = "sha256:e0107beee75d3eb7380ac06ea2d6eac94c999eaa49f8c3cbab0e7be2ac006ccf"}, ] [[package]] @@ -3087,4 +3087,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.13" -content-hash = "fdeda88ad06cc8becb8519f91c9e017315ecbf8d6c3950ad35184513924a91e3" +content-hash = "26da29544d6c0e4978270b2bfb2a6ceee4c4c3bd7ba673754b523c60bae7b7e5" diff --git a/pyproject.toml b/pyproject.toml index 507e2cf..a325f13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ torchvision = [ [tool.poetry.group.docs.dependencies] mkdocs = "^1.4.3" -mkdocs-glightbox = "^0.3.4" +mkdocs-glightbox = ">=0.3.4,<0.5.0" mkdocs-material = "^9.1.17" [[tool.poetry.source]]