From 7d6b0a529b3baa54332e722d39aee7efa471dbda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:08:48 +0900 Subject: [PATCH] deps: bump mkdocs-material from 8.2.4 to 8.2.5 (#292) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 76471da3..4d4072d6 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [packages] mkdocs = "==1.2.3" -mkdocs-material = "==8.2.4" +mkdocs-material = "==8.2.5" python-markdown-math = "==0.8" Pygments = "==2.11.2" prompt_toolkit = "==3.0.28" diff --git a/Pipfile.lock b/Pipfile.lock index e7b92adc..4991a057 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "94f63bfac43997f8637b5b18b7e11a20e2b65ea25c77745e8a9ad3d4b8967d45" + "sha256": "9cfeebbe356f294955c1910eff0168997a1cebc17a4f762b522476b678191457" }, "pipfile-spec": 6, "requires": { @@ -119,11 +119,11 @@ }, "mkdocs-material": { "hashes": [ - "sha256:3c350a03e2f7288874f0a9cf5aacfbbb8721cc7d4e389b53169180ee2187223e", - "sha256:7aa9ed562f68c8592dad3f568378c98a2350398445dbf46de373585b3cd9080e" + "sha256:95283c6af633809f32ba688fcf9bce4604af320e188d3e26fcb40d0e5ab9b823", + "sha256:cdfb39edc77f5c2bbfca02b4fc3764de38b2093eff121aed37674204439901ce" ], "index": "pypi", - "version": "==8.2.4" + "version": "==8.2.5" }, "mkdocs-material-extensions": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 7dbb785f..0e7f4e4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ markdown==3.3.6; python_version >= '3.6' markupsafe==2.1.0; python_version >= '3.7' mergedeep==1.3.4; python_version >= '3.6' mkdocs-material-extensions==1.0.3; python_version >= '3.6' -mkdocs-material==8.2.4 +mkdocs-material==8.2.5 mkdocs==1.2.3 packaging==21.3; python_version >= '3.6' prompt-toolkit==3.0.28