From 2cdfc057d438786616385ee6d5469d96706f5c2c Mon Sep 17 00:00:00 2001 From: Coffee & Security <104401469+coffeeandsecurity@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:37:39 +0530 Subject: [PATCH] Update requirements.txt --- requirements.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc7a4ff..17f34e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ pandas>=2.0.3 tabulate>=0.9.0 -Jinja2==3.1.4 +jinja2==3.1.5 Pygments==2.15.1 -#git+https://github.com/Kozea/WeasyPrint.git@master -WeasyPrint>=59.0 -pyyaml==6.0 +weasyprint>=61.2 +PyYAML==6.0 pygments-better-html==0.1.4 -ruamel.yaml>=0.18.5 +ruamel.yaml>=0.18.6 chardet>=5.2.0 -colorama>=0.4.6 +colorama>=0.4.6 \ No newline at end of file