From 05f1fe7ed00d09ba27e13e6ef2cd78dbeabfa832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:44:44 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-git-committers-plugin-2 from 1.2.0 to 2.2.2 Bumps [mkdocs-git-committers-plugin-2](https://github.com/ojacques/mkdocs-git-committers-plugin-2) from 1.2.0 to 2.2.2. - [Release notes](https://github.com/ojacques/mkdocs-git-committers-plugin-2/releases) - [Commits](https://github.com/ojacques/mkdocs-git-committers-plugin-2/compare/1.2.0...2.2.2) --- updated-dependencies: - dependency-name: mkdocs-git-committers-plugin-2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 41 +++++------------------------------------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 37 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb09fe484..4fcf52efc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -867,24 +867,6 @@ files = [ {file = "backoff-2.2.1.tar.gz", hash = "sha256:03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba"}, ] -[[package]] -name = "beautifulsoup4" -version = "4.12.2" -description = "Screen-scraping library" -optional = false -python-versions = ">=3.6.0" -files = [ - {file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"}, - {file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"}, -] - -[package.dependencies] -soupsieve = ">1.2" - -[package.extras] -html5lib = ["html5lib"] -lxml = ["lxml"] - [[package]] name = "black" version = "22.12.0" @@ -4799,19 +4781,17 @@ mkdocs = "*" [[package]] name = "mkdocs-git-committers-plugin-2" -version = "1.2.0" -description = "An MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of github committers and other useful GIT info such as last modified date" +version = "2.2.2" +description = "An MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of GitHub or GitLab committers and other useful GIT info such as last modified date" optional = false python-versions = ">=3.8,<4" files = [ - {file = "mkdocs-git-committers-plugin-2-1.2.0.tar.gz", hash = "sha256:921da26b3f4393e6c170279ac34089151dfc22cd29ec4fbce3506218541685c8"}, - {file = "mkdocs_git_committers_plugin_2-1.2.0-py3-none-any.whl", hash = "sha256:0bb5d71cdd9d43fec0dec16e52a9aad2784256b0fa6ef9bb0cceffc36c081ab3"}, + {file = "mkdocs-git-committers-plugin-2-2.2.2.tar.gz", hash = "sha256:87a241624116e1c6245034ca2ee3f247e4500589e75f19f71d352b052a8630d8"}, + {file = "mkdocs_git_committers_plugin_2-2.2.2-py3-none-any.whl", hash = "sha256:73545bdc813ecad609681f876e4f9305f8878c1aeb01a5e92d0e21d7d02ad87e"}, ] [package.dependencies] -beautifulsoup4 = "*" gitpython = "*" -lxml = ">=4.9" mkdocs = ">=1.0.3" requests = "*" @@ -7522,17 +7502,6 @@ files = [ {file = "sortedcontainers-2.4.0.tar.gz", hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"}, ] -[[package]] -name = "soupsieve" -version = "2.5" -description = "A modern CSS selector implementation for Beautiful Soup." -optional = false -python-versions = ">=3.8" -files = [ - {file = "soupsieve-2.5-py3-none-any.whl", hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7"}, - {file = "soupsieve-2.5.tar.gz", hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"}, -] - [[package]] name = "sqlalchemy" version = "1.4.50" @@ -8354,4 +8323,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.10.8" -content-hash = "3b7d9c243292e1557babb0c9d7bb123cb97164e931e4ece050542968b3936d4e" +content-hash = "86063cf6470e510172dde7a55c5dc3dcb9d3a2b675dfee961b20a4e96ae912fb" diff --git a/pyproject.toml b/pyproject.toml index dcb976283..1f00de587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mkdocs-git-revision-date-localized-plugin = "^1.2.1" mkdocs-autolinks-plugin = "^0.7.1" mkdocs-awesome-pages-plugin = "^2.9.2" mkdocs-exclude = "^1.0.2" -mkdocs-git-committers-plugin-2 = "^1.2.0" +mkdocs-git-committers-plugin-2 = "^2.2.2" lxml = "^4.9.3" pymdown-extensions = "^10.5"