From 7441bb003cf884be7964429004c1b5bbc7f1baec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:52:52 +0000 Subject: [PATCH] build(deps): update markdownify requirement from ~=0.13.1 to ~=0.14.1 Updates the requirements on [markdownify](https://github.com/matthewwithanm/python-markdownify) to permit the latest version. - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](https://github.com/matthewwithanm/python-markdownify/compare/0.13.1...0.14.1) --- updated-dependencies: - dependency-name: markdownify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 679aad9..e953a75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ discord.py~=2.4.0 feedparser~=6.0.11 gspread~=6.1.4 jishaku~=2.6.0 -markdownify~=0.13.1 +markdownify~=0.14.1 psutil~=6.1.0 pytz~=2024.2 rapidfuzz>=3.0.0,<4.0.0