Downgrade mkdocs-material (#2439)

This commit is contained in:
Marcelo Trylesinski 2024-01-23 09:29:01 +01:00 committed by GitHub
parent e54be85aba
commit 4ca0a8757a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ March 9, 2023
March 9, 2023
### Added
* Support [lifespan state](/lifespan/) [#2060](https://github.com/encode/starlette/pull/2060),
* Support [lifespan state](lifespan.md) [#2060](https://github.com/encode/starlette/pull/2060),
[#2065](https://github.com/encode/starlette/pull/2065) and [#2064](https://github.com/encode/starlette/pull/2064).
### Changed

View File

@ -67,7 +67,7 @@ case you should use `client = TestClient(app, raise_server_exceptions=False)`.
If you want the `TestClient` to run the `lifespan` handler,
you will need to use the `TestClient` as a context manager. It will
not be triggered when the `TestClient` is instantiated. You can learn more about it
[here](/lifespan/#running-lifespan-in-tests).
[here](lifespan.md#running-lifespan-in-tests).
### Selecting the Async backend

View File

@ -15,7 +15,7 @@ trio==0.24.0
# Documentation
mkdocs==1.5.3
mkdocs-material==9.5.3
mkdocs-material==9.1.17
mkautodoc==0.2.0
# Packaging