From 39a9d033d7336fecfe1fc7c29b7cc70eca1fd4b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:15:09 +0000 Subject: [PATCH] Update dependency markdownify to v1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3a827192c..21f647f69d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1766,14 +1766,14 @@ files = [ [[package]] name = "markdownify" -version = "0.14.1" +version = "1.0.0" description = "Convert HTML to markdown." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "markdownify-0.14.1-py3-none-any.whl", hash = "sha256:4c46a6c0c12c6005ddcd49b45a5a890398b002ef51380cd319db62df5e09bc2a"}, - {file = "markdownify-0.14.1.tar.gz", hash = "sha256:a62a7a216947ed0b8dafb95b99b2ef4a0edd1e18d5653c656f68f03db2bfb2f1"}, + {file = "markdownify-1.0.0-py3-none-any.whl", hash = "sha256:4c665b19a421121a88fadd6b09285488822c3a948cc33cdc4d78b1307198ddc6"}, + {file = "markdownify-1.0.0.tar.gz", hash = "sha256:8e58d7bd7336cffe4168e5ceac22d78656b1121994bd65d1021cc1ac61a628d6"}, ] [package.dependencies] @@ -4750,4 +4750,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "1a07af8eefb45983a59f562510790efc202b36f5d8d3a3d5afca8f558beaeee3" +content-hash = "50a76076b546c9f789ac9f28b5d02f8ab629e16605bbd39ef21f38b18ea0d822" diff --git a/pyproject.toml b/pyproject.toml index bd2603af2f..edb56bd8e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ apt-repo = "0.5" debian-inspector = "31.1.0" codespell = "2.3.0" pydantic = "2.10.6" -markdownify = "0.14.1" +markdownify = "1.0.0" aioresponses = "0.7.8" pytest-asyncio = "0.25.3" cryptography = "44.0.1"