From c5510556a7a6dce3eabd430c0fa2b430f45e45ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 07:38:43 +0200 Subject: [PATCH] build(deps): bump mkdocs from 1.4.2 to 1.4.3 (#2324) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ba482cb..924ff41a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1333,14 +1333,14 @@ files = [ [[package]] name = "mkdocs" -version = "1.4.2" +version = "1.4.3" description = "Project documentation with Markdown." category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "mkdocs-1.4.2-py3-none-any.whl", hash = "sha256:c8856a832c1e56702577023cd64cc5f84948280c1c0fcc6af4cd39006ea6aa8c"}, - {file = "mkdocs-1.4.2.tar.gz", hash = "sha256:8947af423a6d0facf41ea1195b8e1e8c85ad94ac95ae307fe11232e0424b11c5"}, + {file = "mkdocs-1.4.3-py3-none-any.whl", hash = "sha256:6ee46d309bda331aac915cd24aab882c179a933bd9e77b80ce7d2eaaa3f689dd"}, + {file = "mkdocs-1.4.3.tar.gz", hash = "sha256:5955093bbd4dd2e9403c5afaf57324ad8b04f16886512a3ee6ef828956481c57"}, ] [package.dependencies] @@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ac56ddfc739e81f87907b819506634164eaab524d6125eb4724e8d67abc76a1e" +content-hash = "af39931afda5de96aa8b782fc5db8ae81bac056c0b567cb778229c6f06f05902" diff --git a/pyproject.toml b/pyproject.toml index 8e0fa336..2516f10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ botocore = "1.29.125" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.86.0" -mkdocs = {version = "1.4.2", optional = true} +mkdocs = {version = "1.4.3", optional = true} mkdocs-material = {version = "9.1.8", optional = true} msgraph-core = "0.2.2" pydantic = "1.10.7"