From 48096ed9a857e525003fcbca8613c00ba6ce27f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:03:16 +0000 Subject: [PATCH] Bump markdownify from 0.14.1 to 1.0.0 Bumps [markdownify](https://github.com/matthewwithanm/python-markdownify) from 0.14.1 to 1.0.0. - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.14.1...1.0.0) --- updated-dependencies: - dependency-name: markdownify dependency-type: direct:production update-type: version-update:semver-major ... 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 2e6b7fd473..5aec573d52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1155,13 +1155,13 @@ source = ["Cython (>=3.0.11,<3.1.0)"] [[package]] name = "markdownify" -version = "0.14.1" +version = "1.0.0" description = "Convert HTML to markdown." optional = false python-versions = "*" 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] @@ -2669,4 +2669,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "1f9d72b4d7805cd882f953e1d57694e25ea1066c85127fc04358bf775452185c" +content-hash = "9010ea5d6f02ff3d342b685ac2e14354e59c4d50380693e0570835fd9d314841" diff --git a/pyproject.toml b/pyproject.toml index e9e768dbc1..7ac68e092c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ deepdiff = "7.0.1" emoji = "2.14.1" feedparser = "6.0.11" lxml = "5.3.1" -markdownify = "0.14.1" +markdownify = "1.0.0" pydantic = "2.10.6" pydantic-settings = "2.8.0" python-dateutil = "2.9.0.post0"