Browse Source

Merge branch 'master' into docs/cors/update-tutorial-example

pull/14115/head
Flavius Raducu 8 months ago
parent
commit
cbbaeff4f9
Failed to extract signature
  1. 3
      docs/en/docs/release-notes.md
  2. 6
      requirements-docs.txt

3
docs/en/docs/release-notes.md

@ -16,6 +16,9 @@ hide:
### Internal
* ⬆ Bump griffe-typingdoc from 0.2.8 to 0.2.9. PR [#14144](https://github.com/fastapi/fastapi/pull/14144) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump mkdocs-macros-plugin from 1.3.9 to 1.4.0. PR [#14145](https://github.com/fastapi/fastapi/pull/14145) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump markdown-include-variants from 0.0.4 to 0.0.5. PR [#14146](https://github.com/fastapi/fastapi/pull/14146) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#14126](https://github.com/fastapi/fastapi/pull/14126) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* 👥 Update FastAPI GitHub topic repositories. PR [#14150](https://github.com/fastapi/fastapi/pull/14150) by [@tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People - Sponsors. PR [#14139](https://github.com/fastapi/fastapi/pull/14139) by [@tiangolo](https://github.com/tiangolo).

6
requirements-docs.txt

@ -12,8 +12,8 @@ pillow==11.3.0
# For image processing by Material for MkDocs
cairosvg==2.8.2
mkdocstrings[python]==0.26.1
griffe-typingdoc==0.2.8
griffe-typingdoc==0.2.9
# For griffe, it formats with black
black==25.1.0
mkdocs-macros-plugin==1.3.9
markdown-include-variants==0.0.4
mkdocs-macros-plugin==1.4.0
markdown-include-variants==0.0.5

Loading…
Cancel
Save