build(deps): bump mkdocs from 1.5.2 to 1.5.3 (#2849)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-19 09:33:05 +02:00
committed by GitHub
parent 3dd8aeac7c
commit a2c62bab47
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1336,13 +1336,13 @@ files = [
[[package]]
name = "mkdocs"
version = "1.5.2"
version = "1.5.3"
description = "Project documentation with Markdown."
optional = true
python-versions = ">=3.7"
files = [
{file = "mkdocs-1.5.2-py3-none-any.whl", hash = "sha256:60a62538519c2e96fe8426654a67ee177350451616118a41596ae7c876bb7eac"},
{file = "mkdocs-1.5.2.tar.gz", hash = "sha256:70d0da09c26cff288852471be03c23f0f521fc15cf16ac89c7a3bfb9ae8d24f9"},
{file = "mkdocs-1.5.3-py3-none-any.whl", hash = "sha256:3b3a78e736b31158d64dbb2f8ba29bd46a379d0c6e324c2246c3bc3d2189cfc1"},
{file = "mkdocs-1.5.3.tar.gz", hash = "sha256:eb7c99214dcb945313ba30426c2451b735992c73c2e10838f76d09e39ff4d0e2"},
]
[package.dependencies]
@@ -2968,4 +2968,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "bdf556803bc1ec7104250c4c32258e12295319e01213f1fa4c7f7317a2b2318c"
content-hash = "0eec22ea35bf48fe16d330db952a87ba1f1ca11774f41b1e72677eff5abde325"

View File

@@ -40,7 +40,7 @@ colorama = "0.4.6"
detect-secrets = "1.4.0"
google-api-python-client = "2.99.0"
google-auth-httplib2 = "^0.1.0"
mkdocs = {version = "1.5.2", optional = true}
mkdocs = {version = "1.5.3", optional = true}
mkdocs-material = {version = "9.3.1", optional = true}
msgraph-core = "0.2.2"
pydantic = "1.10.12"