diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c2d3f9..43ff5d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: '3.6' + python-version: '3.11.1' architecture: 'x64' - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index b12c74b..0f97139 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ mkdocs -mkdocs-material<5.5.12 +mkdocs-material>8 mkdocs-material-extensions mkdocs-macros-plugin mkdocs-plugin-tags -#mkdocs-with-pdf \ No newline at end of file +GitPython +requests==2.26.0 \ No newline at end of file