From 1f8e79a936aa2a316a175f2eb7023171810944b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:40:35 +0000 Subject: [PATCH] build(deps): bump html2text from 2020.1.16 to 2024.2.26 Bumps [html2text](https://github.com/Alir3z4/html2text) from 2020.1.16 to 2024.2.26. - [Release notes](https://github.com/Alir3z4/html2text/releases) - [Changelog](https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst) - [Commits](https://github.com/Alir3z4/html2text/compare/2020.1.16...2024.2.26) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 50fe33fb..2bdc9675 100644 --- a/poetry.lock +++ b/poetry.lock @@ -776,13 +776,12 @@ files = [ [[package]] name = "html2text" -version = "2020.1.16" +version = "2024.2.26" description = "Turn HTML into equivalent Markdown-structured text." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "html2text-2020.1.16-py3-none-any.whl", hash = "sha256:c7c629882da0cf377d66f073329ccf34a12ed2adf0169b9285ae4e63ef54c82b"}, - {file = "html2text-2020.1.16.tar.gz", hash = "sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"}, + {file = "html2text-2024.2.26.tar.gz", hash = "sha256:05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32"}, ] [[package]] @@ -1722,4 +1721,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2a34e751be7c3dfbafb0fb9b3488d1a91de4a5d9283a50cb1c250dfc1255a634" +content-hash = "3ce62bd85d3b29760cce6d6d8448714877e5c2257f1164ca1da7cfa499d469d0" diff --git a/pyproject.toml b/pyproject.toml index cbf38d6d..eff25520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ django-static-precompiler = {extras = ["libsass"], version = "^2.4"} django-debug-toolbar = "^4.4.2" django-permissionedforms = "^0.1" tenca = "^0.0.2" -html2text = "^2020.1.16" +html2text = "^2024.2.26" wagtail-markdown = "^0.12.1" autoflake = "^2.2.1" setuptools-scm = "^8.0.4"