mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-24 09:53:54 +02:00
Bump mkdocs from 1.3.0 to 1.3.1 in /pykanidm (#955)
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.3.0...1.3.1) --- 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
2ae63d5467
commit
06ff1bfea5
pykanidm
18
pykanidm/poetry.lock
generated
18
pykanidm/poetry.lock
generated
|
@ -174,7 +174,7 @@ python-versions = "*"
|
|||
python-dateutil = ">=2.8.1"
|
||||
|
||||
[package.extras]
|
||||
dev = ["twine", "markdown", "flake8", "wheel"]
|
||||
dev = ["wheel", "flake8", "markdown", "twine"]
|
||||
|
||||
[[package]]
|
||||
name = "griffe"
|
||||
|
@ -295,7 +295,7 @@ python-versions = ">=3.6"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs"
|
||||
version = "1.3.0"
|
||||
version = "1.3.1"
|
||||
description = "Project documentation with Markdown."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -306,7 +306,7 @@ click = ">=3.3"
|
|||
ghp-import = ">=1.0"
|
||||
importlib-metadata = ">=4.3"
|
||||
Jinja2 = ">=2.10.2"
|
||||
Markdown = ">=3.2.1"
|
||||
Markdown = ">=3.2.1,<3.4"
|
||||
mergedeep = ">=1.3.4"
|
||||
packaging = ">=20.5"
|
||||
PyYAML = ">=3.10"
|
||||
|
@ -459,8 +459,8 @@ optional = false
|
|||
python-versions = ">=3.6"
|
||||
|
||||
[package.extras]
|
||||
dev = ["pre-commit", "tox"]
|
||||
testing = ["pytest", "pytest-benchmark"]
|
||||
testing = ["pytest-benchmark", "pytest"]
|
||||
dev = ["tox", "pre-commit"]
|
||||
|
||||
[[package]]
|
||||
name = "py"
|
||||
|
@ -597,7 +597,7 @@ pytest = ">=6.1.0"
|
|||
pytest-asyncio = ">=0.17.2"
|
||||
|
||||
[package.extras]
|
||||
testing = ["coverage (==6.2)", "mypy (==0.931)"]
|
||||
testing = ["mypy (==0.931)", "coverage (==6.2)"]
|
||||
|
||||
[[package]]
|
||||
name = "pytest-asyncio"
|
||||
|
@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "4712783bb6912dd64fe0fe56027c8972d34755cb822a18763c12b79c950584a4"
|
||||
content-hash = "fe69b6f13e86c44c19260084ead965c86b35f48833292396dc9bc4f5153f0519"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1169,8 +1169,8 @@ mergedeep = [
|
|||
{file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"},
|
||||
]
|
||||
mkdocs = [
|
||||
{file = "mkdocs-1.3.0-py3-none-any.whl", hash = "sha256:26bd2b03d739ac57a3e6eed0b7bcc86168703b719c27b99ad6ca91dc439aacde"},
|
||||
{file = "mkdocs-1.3.0.tar.gz", hash = "sha256:b504405b04da38795fec9b2e5e28f6aa3a73bb0960cb6d5d27ead28952bd35ea"},
|
||||
{file = "mkdocs-1.3.1-py3-none-any.whl", hash = "sha256:fda92466393127d2da830bc6edc3a625a14b436316d1caf347690648e774c4f0"},
|
||||
{file = "mkdocs-1.3.1.tar.gz", hash = "sha256:a41a2ff25ce3bbacc953f9844ba07d106233cd76c88bac1f59cb1564ac0d87ed"},
|
||||
]
|
||||
mkdocs-autorefs = [
|
||||
{file = "mkdocs-autorefs-0.4.1.tar.gz", hash = "sha256:70748a7bd025f9ecd6d6feeba8ba63f8e891a1af55f48e366d6d6e78493aba84"},
|
||||
|
|
|
@ -36,7 +36,7 @@ pytest-asyncio = "^0.19.0"
|
|||
pytest-mock = "^3.8.2"
|
||||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^22.6.0"
|
||||
mkdocs = "^1.3.0"
|
||||
mkdocs = "^1.3.1"
|
||||
mkdocs-material = "^8.3.9"
|
||||
mkdocstrings = "^0.19.0"
|
||||
mkdocstrings-python = "^0.7.1"
|
||||
|
|
Loading…
Reference in a new issue