mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps-dev): bump mkdocs-material from 9.2.8 to 9.3.1 in /pykanidm (#2114)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.2.8 to 9.3.1. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.2.8...9.3.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-minor ... 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:
parent
06d0e8f222
commit
eaef6f9adb
10
pykanidm/poetry.lock
generated
10
pykanidm/poetry.lock
generated
|
@ -1013,13 +1013,13 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.2.8"
|
||||
version = "9.3.1"
|
||||
description = "Documentation that simply works"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.2.8-py3-none-any.whl", hash = "sha256:6bc8524f8047a4f060d6ab0925b9d7cb61b3b5e6d5ca8a8e8085f8bfdeca1b71"},
|
||||
{file = "mkdocs_material-9.2.8.tar.gz", hash = "sha256:ec839dc5eaf42d8525acd1d6420fd0a0583671a4f98a9b3ff7897ae8628dbc2d"},
|
||||
{file = "mkdocs_material-9.3.1-py3-none-any.whl", hash = "sha256:614cdd1d695465375e0f50bfe9881db1eb68d1f17164b8edfedcda1457e61894"},
|
||||
{file = "mkdocs_material-9.3.1.tar.gz", hash = "sha256:793c4ec0978582380491a68db8ac4f7e0d5467a736c9884c05baf95a143f32f7"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2321,4 +2321,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "1b23b8e95ae734d2e77dda975ffc24156d930c4276369670bcd3eed6c49e38ea"
|
||||
content-hash = "7d547c14496baea821345ed89551b4206cb1fcc5fea94865f4e710b3c34288a7"
|
||||
|
|
|
@ -39,7 +39,7 @@ pytest-mock = "^3.11.1"
|
|||
pytest-aiohttp = "^1.0.5"
|
||||
black = "^23.9.1"
|
||||
mkdocs = "^1.5.2"
|
||||
mkdocs-material = "^9.2.8"
|
||||
mkdocs-material = "^9.3.1"
|
||||
mkdocstrings = "^0.23.0"
|
||||
mkdocstrings-python = "^1.7.0"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue