From 21914734b61238f3790c2010348b7ec136c553d9 Mon Sep 17 00:00:00 2001 From: michalbil Date: Tue, 12 Mar 2024 02:20:28 +0100 Subject: [PATCH] fix(docs): Fix broken docs generation --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90f307f8..237a3a71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -579,17 +579,17 @@ tornado = "*" [[package]] name = "m2r" -version = "0.2.1" +version = "0.3.1" description = "Markdown and reStructuredText in a single file." optional = false python-versions = "*" files = [ - {file = "m2r-0.2.1.tar.gz", hash = "sha256:bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99"}, + {file = "m2r-0.3.1.tar.gz", hash = "sha256:aafb67fc49cfb1d89e46a3443ac747e15f4bb42df20ed04f067ad9efbee256ab"}, ] [package.dependencies] docutils = "*" -mistune = "*" +mistune = "<2" [[package]] name = "markdown-it-py" @@ -1433,4 +1433,4 @@ testing = ["contextlib2", "pathlib2", "unittest2"] [metadata] lock-version = "2.0" python-versions = "^2.7 || ^3.5" -content-hash = "a15ce461fa01b47458dbc51f67e49aa713da26653b3f7dbbfe5449618411e8a4" +content-hash = "a2cd1e5c68c446599b55289aceb4872feeb37aa0feaba4fe5cfc5b881a10a783" diff --git a/pyproject.toml b/pyproject.toml index f0669942..0b162a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ sphinx_rtd_theme = {version = "^0.4.3", python = "^3.5"} sphinx-autobuild = {version = "^0.7.1", python = "^3.5"} bandit = {version = "^1.7.6", python = "^3.8"} isort = {version = "^5.13.2", python = "^3.8"} -m2r = "^0.2.1" +m2r = "^0.3.1" mypy = {version = "^1.8.0", python = "^3.8"} packaging = {version = "^23.2", python = "^3.7"} docutils = {version = "^0.20.1", python = "^3.7"}