Update pyproject.toml to zensical>=0.0.15 (#23052)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Onuralp SEZER <onuralp@ultralytics.com>
This commit is contained in:
Glenn Jocher 2025-12-30 03:20:45 +01:00 committed by GitHub
parent ae859fbd8f
commit 432efee9ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ dev = [
"pytest",
"pytest-cov",
"coverage[toml]",
"zensical>=0.0.9; python_version >= '3.10'",
"zensical>=0.0.15; python_version >= '3.10'",
"mkdocs-ultralytics-plugin>=0.2.4", # for meta descriptions and images, dates and authors
"minijinja>=2.0.0", # render docs macros without mkdocs-macros-plugin
]