From 15b088e15dbcf1760ef26d91a9e258286480bdfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:03:19 +0200 Subject: [PATCH] build(deps-dev): Bump mkdocs-glightbox from 0.3.2 to 0.3.3 (#219) Bumps [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox) from 0.3.2 to 0.3.3.
Release notes

Sourced from mkdocs-glightbox's releases.

mkdocs-glightbox-0.3.3

Changelog

Sourced from mkdocs-glightbox's changelog.

mkdocs-glightbox-0.3.3 (2023-04-20)

* Refactored processing logic with regex
([#14](https://github.com/Blueswen/mkdocs-glightbox/issues/14))

mkdocs-glightbox-0.3.2 (2023-03-19)

* Supported image without extension
([#13](https://github.com/Blueswen/mkdocs-glightbox/issues/13))

mkdocs-glightbox-0.3.1 (2022-11-22)

* Supported lightbox slide effect customization
([#8](https://github.com/Blueswen/mkdocs-glightbox/issues/8))
* Supported synchronized lightbox caption dark mode with Material for
MkDocs ([#7](https://github.com/Blueswen/mkdocs-glightbox/issues/7))
* Supported glightbox built-in gallery feature
([#11](https://github.com/Blueswen/mkdocs-glightbox/issues/11))
* Supported skip image in the anchor tag

mkdocs-glightbox-0.3.0 (2022-09-29)

* Fixed width and height setting in config not working bug
* Supported specific skip class
([#5](https://github.com/Blueswen/mkdocs-glightbox/issues/5))
* Supported glightbox built-in caption with title and description
([#4](https://github.com/Blueswen/mkdocs-glightbox/issues/4))
* Fixed page jitter when lightbox closing issue using Material for
MkDocs
* Add white background for lightbox images to prevent the displaying
issue of the transparent image on black background

mkdocs-glightbox-0.2.1 (2022-08-10)

* Updated readme

mkdocs-glightbox-0.2.0 (2022-08-10)

* Added support for disabling glightbox with image class or
page meta ([#2](https://github.com/Blueswen/mkdocs-glightbox/issues/2))

mkdocs-glightbox-0.1.7 (2022-07-26)

* Fixed
[#1](https://github.com/Blueswen/mkdocs-glightbox/issues/1): Ignore
Emojis

mkdocs-glightbox-0.1.6 (2022-07-16)

* Fixed some options not working bug

mkdocs-glightbox-0.1.5 (2022-07-16)

* Fixed mkdocs-material header + sidebar vanishing issue when
opening lightbox (Inspired from
https://github.com/biati-digital/glightbox/issues/22)
* Fixed mkdocs-material content shrinking causing footer offset issue
when open lightbox
* Supported compatible with mkdocs-material Instant loading feature

mkdocs-glightbox-0.1.4 (2022-06-12)

* Fixed assets location bug

mkdocs-glightbox-0.1.3 (2022-06-10)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-glightbox&package-manager=pip&previous-version=0.3.2&new-version=0.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 09969159a..35f1b9084 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1576,19 +1576,16 @@ mkdocs = ">=1.0.3,<2.0.0" [[package]] name = "mkdocs-glightbox" -version = "0.3.2" +version = "0.3.3" description = "MkDocs plugin supports image lightbox with GLightbox." category = "dev" optional = false python-versions = "*" files = [ - {file = "mkdocs-glightbox-0.3.2.tar.gz", hash = "sha256:aec32193fa367f83a5159a10ef0a0e501e595860f4399fb860ca1c5d95fd099d"}, - {file = "mkdocs_glightbox-0.3.2-py3-none-any.whl", hash = "sha256:ef168717e0d6f5e3b33afa8a62837e9ea3b8754fbf073760db169650edbcb866"}, + {file = "mkdocs-glightbox-0.3.3.tar.gz", hash = "sha256:f25944bd84702bbea429508edbcb949d712e85194744174aad6d412b3a1dccc0"}, + {file = "mkdocs_glightbox-0.3.3-py3-none-any.whl", hash = "sha256:55e077a858da6f9f6ca384b737e0440c208392c9b61d7cdc2e6ea06e654cc26a"}, ] -[package.dependencies] -beautifulsoup4 = ">=4.11.1" - [[package]] name = "mkdocs-jupyter" version = "0.24.1"