From f52d1d67703a6bdad93803d4459757f4636bcd08 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Tue, 24 Oct 2023 12:37:21 +0300 Subject: [PATCH] Bump mkdocs and all deps to most recent versions --- documentation/index.md | 2 ++ mkdocs.yml | 4 +-- requirements.txt | 57 ++++++++++++++++++++++++++++++++++-------- utils/push_to_zoho.py | 2 +- 4 files changed, 52 insertions(+), 13 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index 00b22e987..e3b5190df 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -2,3 +2,5 @@ template: home.html title: QField Ecosystem Documentation --- + +# QField Ecosystem Documentation diff --git a/mkdocs.yml b/mkdocs.yml index 1e45e6d66..09ffc577b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -124,8 +124,8 @@ markdown_extensions: alternate_style: true - fancyboxmd - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - toc: permalink: true diff --git a/requirements.txt b/requirements.txt index a66dba5da..300f287e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,49 @@ -mkdocs-material==8.5.4 -mkdocs-material-extensions==1.1.1 -mkdocs-video==1.3.0 -mkdocs-static-i18n==1.0.3 +Babel==2.13.0 +cairocffi==1.6.1 +CairoSVG==2.7.1 +certifi==2023.7.22 +cffi==1.16.0 +charset-normalizer==3.3.0 +click==8.1.7 +colorama==0.4.6 +cryptography==41.0.4 +cssselect2==0.7.0 +defusedxml==0.7.1 +Deprecated==1.2.14 fancyboxmd==1.1.0 -PyGithub==1.55 -python-dotenv==0.19.2 +ghp-import==2.1.0 +idna==3.4 +Jinja2==3.1.2 +lxml==4.9.3 +Markdown==3.5 +MarkupSafe==2.1.3 +mergedeep==1.3.4 +mkdocs==1.5.3 +mkdocs-material==9.4.6 +mkdocs-static-i18n==1.1.1 +mkdocs-video==1.5.0 +packaging==23.2 +paginate==0.5.6 +pathspec==0.11.2 +Pillow==10.1.0 +platformdirs==3.11.0 +pycparser==2.21 +PyGithub==2.1.1 +Pygments==2.16.1 +PyJWT==2.8.0 +pymdown-extensions==10.3.1 +PyNaCl==1.5.0 +python-dateutil==2.8.2 +python-dotenv==1.0.0 python-frontmatter==1.0.0 -pyyaml==6.0 -markdown==3.3.7 -pillow==10.0.1 -cairosvg==2.7.0 +PyYAML==6.0.1 +pyyaml_env_tag==0.1 +regex==2023.10.3 +requests==2.31.0 +six==1.16.0 +tinycss2==1.2.1 +typing_extensions==4.8.0 +urllib3==2.0.7 +watchdog==3.0.0 +webencodings==0.5.1 +wrapt==1.15.0 diff --git a/utils/push_to_zoho.py b/utils/push_to_zoho.py index c9223171e..c18a893b4 100644 --- a/utils/push_to_zoho.py +++ b/utils/push_to_zoho.py @@ -1,6 +1,6 @@ import re import markdown -import materialx.emoji # needed by yaml! +import material.extensions.emoji # needed by yaml! import requests import yaml