From 2031a646c3f7e05492298e7274c963e95f2c2180 Mon Sep 17 00:00:00 2001 From: Volkan Aslan Date: Wed, 9 Oct 2024 11:16:39 +0200 Subject: [PATCH] Updating python dependencies to make DocumentGenerator script work again (#132) --- DocumentGenerator/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DocumentGenerator/requirements.txt b/DocumentGenerator/requirements.txt index d73eef3..a009254 100644 --- a/DocumentGenerator/requirements.txt +++ b/DocumentGenerator/requirements.txt @@ -2,10 +2,10 @@ click==8.0.3 ghp-import==2.0.2 gitdb==4.0.9 GitPython==3.1.30 -importlib-metadata==4.8.1 +importlib-metadata==8.5.0 Jinja2==3.0.2 jsonref==0.2 -Markdown==3.3.4 +Markdown==3.7 MarkupSafe==2.0.1 mergedeep==1.3.4 mkdocs==1.2.3 @@ -16,10 +16,10 @@ Pygments==2.10.0 pymdown-extensions==9.0 pyparsing==2.4.7 python-dateutil==2.8.2 -PyYAML==6.0 +PyYAML==6.0.2 pyyaml-env-tag==0.1 six==1.16.0 smmap==5.0.0 typing-extensions==3.10.0.2 watchdog==2.1.6 -zipp==3.6.0 +zipp==3.20