From af6398795730ba0bfa4b4a909fc317fc00420ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 05:16:59 +0000 Subject: [PATCH] Bump mkdocs from 1.4.1 to 1.4.2 Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a8afab9b..76916453f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -265,7 +265,7 @@ test = ["coverage", "flake8 (>=3.0)", "shtab"] [[package]] name = "mkdocs" -version = "1.4.1" +version = "1.4.2" description = "Project documentation with Markdown." category = "main" optional = false @@ -575,7 +575,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ea7513cd9dc7910619e69e6ebaf4e4a98782ecc215caa72a824a5b91c5c54f47" +content-hash = "6aa83b47a6c1b0cbcafcadcdd09dd566a1817aa656d206f630c5760248f64658" [metadata.files] attrs = [ @@ -728,8 +728,8 @@ mike = [ {file = "mike-1.1.2.tar.gz", hash = "sha256:56c3f1794c2d0b5fdccfa9b9487beb013ca813de2e3ad0744724e9d34d40b77b"}, ] mkdocs = [ - {file = "mkdocs-1.4.1-py3-none-any.whl", hash = "sha256:2b7845c2775396214cd408753e4cfb01af3cfed36acc141a84bce2ceec9d705d"}, - {file = "mkdocs-1.4.1.tar.gz", hash = "sha256:07ed90be4062e4ef732bbac2623097b9dca35c67b562c38cfd0bfbc7151758c1"}, + {file = "mkdocs-1.4.2-py3-none-any.whl", hash = "sha256:c8856a832c1e56702577023cd64cc5f84948280c1c0fcc6af4cd39006ea6aa8c"}, + {file = "mkdocs-1.4.2.tar.gz", hash = "sha256:8947af423a6d0facf41ea1195b8e1e8c85ad94ac95ae307fe11232e0424b11c5"}, ] mkdocs-material = [ {file = "mkdocs_material-8.5.7-py3-none-any.whl", hash = "sha256:07fc70dfa325a8019b99a124751c43e4c1c2a739ed1b0b82c00f823f31c9a1e2"}, diff --git a/pyproject.toml b/pyproject.toml index 8af4e15d0..f44f2fcf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ semver = "^2.13.0" gitpython = "^3.1.29" mdx_truly_sane_lists = "^1.3" mike = "^1.1.2" -mkdocs = "^1.4.1" +mkdocs = "^1.4.2" mkdocs-material = "^8.5.7" [tool.poetry.dev-dependencies]