From ef6107fd3c5fe9fa607c54c3c6da18423f1999cd Mon Sep 17 00:00:00 2001 From: Sanson Thomas <93382375+ThomasSanson@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:38:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20fix(requirements.txt):=20d?= =?UTF-8?q?owngrade=20pymdown-extensions=20from=2010.0=20to=209.11=20(#280?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pymdown-extensions package was downgraded to version 9.11 due to compatibility issues with other packages in the project. The newer version was causing conflicts, hence the need for the downgrade. --- .config/python/dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/python/dev/requirements.txt b/.config/python/dev/requirements.txt index 49599c079ba..2c4ac6c8fee 100644 --- a/.config/python/dev/requirements.txt +++ b/.config/python/dev/requirements.txt @@ -16,7 +16,7 @@ mkdocs-material multiprocessing_logging pychalk pygithub -pymdown-extensions==10.0 +pymdown-extensions==9.11 pytablewriter pytest-cov pytest-timeout