Merge pull request #429 from abetlen/dependabot/pip/mkdocs-material-9.1.17

Bump mkdocs-material from 9.1.16 to 9.1.17
This commit is contained in:
Andrei 2023-06-26 17:22:23 -04:00 committed by GitHub
commit 7d01749c8c
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

@ -775,13 +775,13 @@ mkdocs = ">=1.1"
[[package]] [[package]]
name = "mkdocs-material" name = "mkdocs-material"
version = "9.1.16" version = "9.1.17"
description = "Documentation that simply works" description = "Documentation that simply works"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "mkdocs_material-9.1.16-py3-none-any.whl", hash = "sha256:f9e62558a6b01ffac314423cbc223d970c25fbc78999860226245b64e64d6751"}, {file = "mkdocs_material-9.1.17-py3-none-any.whl", hash = "sha256:809ed68427fbab0330b0b07bc93175824c3b98f4187060a5c7b46aa8ae398a75"},
{file = "mkdocs_material-9.1.16.tar.gz", hash = "sha256:1021bfea20f00a9423530c8c2ae9be3c78b80f5a527b3f822e6de3d872e5ab79"}, {file = "mkdocs_material-9.1.17.tar.gz", hash = "sha256:5a076524625047bf4ee4da1509ec90626f8fce915839dc07bdae6b59ff4f36f9"},
] ]
[package.dependencies] [package.dependencies]
@ -1632,4 +1632,4 @@ server = ["fastapi", "sse-starlette", "uvicorn"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.1" python-versions = "^3.8.1"
content-hash = "4dc5ad121b7efb7ce00474d3b1f7d1a92d27bca1a4fda9b88c4fddc23c872373" content-hash = "9d7ba299cf343c9974f78a834cc2506a898996e12cfa3e67a0a4244886678241"

View file

@ -26,7 +26,7 @@ black = "^23.3.0"
twine = "^4.0.2" twine = "^4.0.2"
mkdocs = "^1.4.3" mkdocs = "^1.4.3"
mkdocstrings = {extras = ["python"], version = "^0.22.0"} mkdocstrings = {extras = ["python"], version = "^0.22.0"}
mkdocs-material = "^9.1.16" mkdocs-material = "^9.1.17"
pytest = "^7.3.2" pytest = "^7.3.2"
httpx = "^0.24.1" httpx = "^0.24.1"
scikit-build = "0.17.6" scikit-build = "0.17.6"