Merge pull request #530 from abetlen/dependabot/pip/mkdocs-material-9.1.19

Bump mkdocs-material from 9.1.18 to 9.1.19
This commit is contained in:
Andrei 2023-07-26 15:07:21 -04:00 committed by GitHub
commit 6e6c275c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -790,13 +790,13 @@ mkdocs = ">=1.1"
[[package]]
name = "mkdocs-material"
version = "9.1.18"
version = "9.1.19"
description = "Documentation that simply works"
optional = false
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.1.18-py3-none-any.whl", hash = "sha256:5bcf8fb79ac2f253c0ffe93fa181cba87718c6438f459dc4180ac7418cc9a450"},
{file = "mkdocs_material-9.1.18.tar.gz", hash = "sha256:981dd39979723d4cda7cfc77bbbe5e54922d5761a7af23fb8ba9edb52f114b13"},
{file = "mkdocs_material-9.1.19-py3-none-any.whl", hash = "sha256:fb0a149294b319aedf36983919d8c40c9e566db21ead16258e20ebd2e6c0961c"},
{file = "mkdocs_material-9.1.19.tar.gz", hash = "sha256:73b94b08c765e92a80645aac58d6a741fc5f587deec2b715489c714827b15a6f"},
]
[package.dependencies]
@ -1756,4 +1756,4 @@ server = ["fastapi", "pydantic-settings", "sse-starlette", "uvicorn"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "6290d1ac980de004aa71b1f0521af7ffff236c6c647c772b25c130bc3f0b2bc6"
content-hash = "0b968f93c1075722aac40acb68ff9cfdb3374b2a213cac623bf498041e7bf277"

View file

@ -27,7 +27,7 @@ black = "^23.3.0"
twine = "^4.0.2"
mkdocs = "^1.4.3"
mkdocstrings = {extras = ["python"], version = "^0.22.0"}
mkdocs-material = "^9.1.18"
mkdocs-material = "^9.1.19"
pytest = "^7.4.0"
httpx = "^0.24.1"
scikit-build = "0.17.6"