From 581f2dfea81202df34042bf9ff075bfad3598eb2 Mon Sep 17 00:00:00 2001 From: cvetty Date: Sun, 30 Jun 2024 17:01:39 +0300 Subject: [PATCH] Fix CICD --- .github/workflows/publish_docs.yml | 4 +- requirements.txt | 62 ++++++++++++++---------------- 2 files changed, 31 insertions(+), 35 deletions(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 4be1055..2fd306a 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -23,10 +23,10 @@ jobs: with: ref: docs - - name: Set up Python 3.8 + - name: Set up Python 3.11 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.11 architecture: x64 - name: Install requirements diff --git a/requirements.txt b/requirements.txt index 6a0d972..ee30cf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,33 +1,29 @@ -Package Version --------------------------- ----------- -Babel 2.15.0 -certifi 2024.6.2 -charset-normalizer 3.3.2 -click 8.1.7 -colorama 0.4.6 -ghp-import 2.1.0 -idna 3.7 -Jinja2 3.1.4 -Markdown 3.6 -MarkupSafe 2.1.5 -mergedeep 1.3.4 -mkdocs 1.6.0 -mkdocs-get-deps 0.2.0 -mkdocs-material 9.5.27 -mkdocs-material-extensions 1.3.1 -packaging 24.1 -paginate 0.5.6 -pathspec 0.12.1 -pip 24.0 -platformdirs 4.2.2 -Pygments 2.18.0 -pymdown-extensions 10.8.1 -python-dateutil 2.9.0.post0 -PyYAML 6.0.1 -pyyaml_env_tag 0.1 -regex 2024.5.15 -requests 2.32.3 -setuptools 69.2.0 -six 1.16.0 -urllib3 2.2.2 -watchdog 4.0.1 +Babel==2.15.0 +certifi==2024.6.2 +charset-normalizer==3.3.2 +click==8.1.7 +colorama==0.4.6 +ghp-import==2.1.0 +idna==3.7 +Jinja2==3.1.4 +Markdown==3.6 +MarkupSafe==2.1.5 +mergedeep==1.3.4 +mkdocs==1.6.0 +mkdocs-get-deps==0.2.0 +mkdocs-material==9.5.27 +mkdocs-material-extensions==1.3.1 +packaging==24.1 +paginate==0.5.6 +pathspec==0.12.1 +platformdirs==4.2.2 +Pygments==2.18.0 +pymdown-extensions==10.8.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.1 +pyyaml_env_tag==0.1 +regex==2024.5.15 +requests==2.32.3 +six==1.16.0 +urllib3==2.2.2 +watchdog==4.0.1