]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Upgrade docs development dependency on `typer-cli` to >=0.0.12 to fix conflicts...
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 29 Jun 2021 21:22:23 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 21:22:23 +0000 (23:22 +0200)
.github/workflows/build-docs.yml
pyproject.toml

index ad20f45b484373f7490f0d12b3d353eabfc64089..e6226445890bb3fbe32ba989a2afbd5edc4ba320 100644 (file)
@@ -26,7 +26,7 @@ jobs:
         run: python3.7 -m pip install flit
       - name: Install docs extras
         if: steps.cache.outputs.cache-hit != 'true'
-        run: python3.7 -m flit install --extras doc
+        run: python3.7 -m flit install --deps production --extras doc
       - name: Install Material for MkDocs Insiders
         if: github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
         run: pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
index f376dcdff470c2814a8c6aafc0bf28c19f2fbe9f..25440bde4b08feba0e7d0022d00d16d6c2707bee 100644 (file)
@@ -66,10 +66,10 @@ test = [
 ]
 doc = [
     "mkdocs >=1.1.2,<2.0.0",
-    "mkdocs-material >=6.1.4,<7.0.0",
-    "markdown-include >=0.5.1,<0.6.0",
+    "mkdocs-material >=7.1.9,<8.0.0",
+    "markdown-include >=0.6.0,<0.7.0",
     "mkdocs-markdownextradata-plugin >=0.1.7,<0.2.0",
-    "typer-cli >=0.0.9,<0.0.10",
+    "typer-cli >=0.0.12,<0.0.13",
     "pyyaml >=5.3.1,<6.0.0"
 ]
 dev = [