mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
chore(deps): bump mkdocs (#3168)
* chore(deps-dev): bump mkdocs requirements * fix: google analytics `google_analytics` is deprecated and mkdocs raises an error in strict mode Switched to new syntax https://github.com/squidfunk/mkdocs-material/issues/2055 https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics
This commit is contained in:
@@ -4,9 +4,9 @@ flake8-quotes==3.3.0
|
||||
hypothesis==6.18.0
|
||||
markdown-include==0.6.0
|
||||
mdx-truly-sane-lists==1.2
|
||||
mkdocs==1.1.2
|
||||
mkdocs==1.2.2
|
||||
mkdocs-exclude==1.0.2
|
||||
mkdocs-material==7.1.6
|
||||
mkdocs-material==7.2.6
|
||||
sqlalchemy
|
||||
orjson
|
||||
ujson
|
||||
|
||||
+4
-3
@@ -27,9 +27,10 @@ theme:
|
||||
|
||||
repo_name: samuelcolvin/pydantic
|
||||
repo_url: https://github.com/samuelcolvin/pydantic
|
||||
google_analytics:
|
||||
- 'UA-62733018-4'
|
||||
- 'auto'
|
||||
extra:
|
||||
analytics:
|
||||
provider: google
|
||||
property: UA-62733018-4
|
||||
|
||||
extra_css:
|
||||
- 'extra/terminal.css'
|
||||
|
||||
Reference in New Issue
Block a user