diff --git a/poetry.lock b/poetry.lock index c45e0e5..0dc3cba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,13 +455,13 @@ files = [ [[package]] name = "mkdocs-htmlproofer-plugin" -version = "1.1.0" +version = "1.2.0" description = "A MkDocs plugin that validates URL in rendered HTML files" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs-htmlproofer-plugin-1.1.0.tar.gz", hash = "sha256:4d33778ca70fdec4bb4c73ebc0dc871d054cde70d8835a8281fbdf9a3de8ad41"}, - {file = "mkdocs_htmlproofer_plugin-1.1.0-py3-none-any.whl", hash = "sha256:64ee019ce316ea4df276387d58049d43c50aba1108c99d3dbe14c5458357a723"}, + {file = "mkdocs-htmlproofer-plugin-1.2.0.tar.gz", hash = "sha256:92c5342b18a34a36b82c63f7ec475daf69a390132b2c3ee450f1f613e8291628"}, + {file = "mkdocs_htmlproofer_plugin-1.2.0-py3-none-any.whl", hash = "sha256:311ec5d232d0300403bd3e6947d94d0c057db6faf761d33dd507f662c04bd950"}, ] [package.dependencies] @@ -1021,4 +1021,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2a862e1462b367f5a1019f96d5f9e615a52b75d0b51bfef551eda4c578ee0b60" +content-hash = "911c9ec1df6ad1e2bbffe89c5e92beae75b46b2f4243918669322b51d4bbc26d" diff --git a/pyproject.toml b/pyproject.toml index 509daa5..5ea2d41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ mkdocs-ivory = "0.4.6" mkdocs-minify-plugin = "^0.8" mkdocs-redirects = "^1.2" mkdocs-git-revision-date-localized-plugin = "^1.2" -mkdocs-htmlproofer-plugin = "^1.1.0" +mkdocs-htmlproofer-plugin = "^1.2.0" mkdocs_latest_release_plugin = "^0.1.2" [tool.poetry.dev-dependencies]