From 200f0ef7209a7da0a05138e331e83efbdcf8e6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:10:22 +0000 Subject: [PATCH] Bump mkdocs-open-in-new-tab from 1.0.3 to 1.0.8 Bumps [mkdocs-open-in-new-tab](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab) from 1.0.3 to 1.0.8. - [Release notes](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab/releases) - [Commits](https://github.com/JakubAndrysek/mkdocs-open-in-new-tab/commits) --- updated-dependencies: - dependency-name: mkdocs-open-in-new-tab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index abdccdd..4388464 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,18 +675,21 @@ mkdocs = ">=1.4.1" [[package]] name = "mkdocs-open-in-new-tab" -version = "1.0.3" +version = "1.0.8" description = "MkDocs plugin to open outgoing links and PDFs in new tab." optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs-open-in-new-tab-1.0.3.tar.gz", hash = "sha256:a40231901b12f01a1d4b798112712d475741356e550d8f3adf3ca23e332a7d2c"}, - {file = "mkdocs_open_in_new_tab-1.0.3-py3-none-any.whl", hash = "sha256:e2ddfa02f53d7c16d8430f5c0b3d98c4b98c82e1b8aa6fbdc91c78e89bbeb5f1"}, + {file = "mkdocs_open_in_new_tab-1.0.8-py3-none-any.whl", hash = "sha256:051d767a4467b12d89827e1fea0ec660b05b027c726317fe4fceee5456e36ad2"}, + {file = "mkdocs_open_in_new_tab-1.0.8.tar.gz", hash = "sha256:3e0dad08cc9938b0b13097be8e0aa435919de1eeb2d1a648e66b5dee8d57e048"}, ] [package.dependencies] mkdocs = "*" +[package.extras] +dev = ["build (>=1.2.2,<1.3.0)", "mkdocs-git-revision-date-localized-plugin (>=1.2.6,<1.3.0)", "mkdocs-glightbox (>=0.4.0,<0.5.0)", "mkdocs-material (>=9.5.27,<9.6.0)", "setuptools (>=70.0.0,<70.1.0)", "twine (>=5.1.1,<5.2.0)"] + [[package]] name = "mkdocs-pages-j2-plugin" version = "0.3.1" @@ -1231,4 +1234,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.0" python-versions = ">=3.10,<=3.12" -content-hash = "2d25b036a15bfedc82776bbec71ecc2eec4dbac35b8cc92a1d03f2a8b190142f" +content-hash = "793fdbebb9970d9b1ed8b998a81f3b08772922164cfcd25df68081ad4f909f2b" diff --git a/pyproject.toml b/pyproject.toml index 0de7fcf..60ff667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mkdocs-static-i18n = "^1.2.3" python-markdown-comments = { git = "https://github.com/ryneeverett/python-markdown-comments.git", rev = "973fe7b" } python-markdown-math = "^0.8" platformdirs = "^4.2.2" -mkdocs-open-in-new-tab = "^1.0.3" +mkdocs-open-in-new-tab = "^1.0.8" [tool.poetry.dev-dependencies]