mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps-dev): bump mkdocs from 1.5.2 to 1.5.3 in /pykanidm (#2138)
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.2...1.5.3) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:development update-type: version-update:semver-patch ... 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
80bdefee00
commit
6e24c9e6ca
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -967,13 +967,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mkdocs"
|
name = "mkdocs"
|
||||||
version = "1.5.2"
|
version = "1.5.3"
|
||||||
description = "Project documentation with Markdown."
|
description = "Project documentation with Markdown."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "mkdocs-1.5.2-py3-none-any.whl", hash = "sha256:60a62538519c2e96fe8426654a67ee177350451616118a41596ae7c876bb7eac"},
|
{file = "mkdocs-1.5.3-py3-none-any.whl", hash = "sha256:3b3a78e736b31158d64dbb2f8ba29bd46a379d0c6e324c2246c3bc3d2189cfc1"},
|
||||||
{file = "mkdocs-1.5.2.tar.gz", hash = "sha256:70d0da09c26cff288852471be03c23f0f521fc15cf16ac89c7a3bfb9ae8d24f9"},
|
{file = "mkdocs-1.5.3.tar.gz", hash = "sha256:eb7c99214dcb945313ba30426c2451b735992c73c2e10838f76d09e39ff4d0e2"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "dc5d0bffcade56afb87e1fb8e8fff5fc0d7deca7cf0b8c3cab7fa5ab61737202"
|
content-hash = "1e590fdfc94c2091f3f0a85efb182d447acc68d962bacd4c661704d4b9b3da80"
|
||||||
|
|
|
@ -38,7 +38,7 @@ pytest-asyncio = "^0.21.1"
|
||||||
pytest-mock = "^3.11.1"
|
pytest-mock = "^3.11.1"
|
||||||
pytest-aiohttp = "^1.0.5"
|
pytest-aiohttp = "^1.0.5"
|
||||||
black = "^23.9.1"
|
black = "^23.9.1"
|
||||||
mkdocs = "^1.5.2"
|
mkdocs = "^1.5.3"
|
||||||
mkdocs-material = "^9.3.2"
|
mkdocs-material = "^9.3.2"
|
||||||
mkdocstrings = "^0.23.0"
|
mkdocstrings = "^0.23.0"
|
||||||
mkdocstrings-python = "^1.7.0"
|
mkdocstrings-python = "^1.7.0"
|
||||||
|
|
Loading…
Reference in a new issue