Split mkdocstrings-python into explicit dependency to force updates

This commit is contained in:
Jeremy Stretch 2025-08-29 13:51:49 -04:00
parent 2d339033e2
commit 57bb7c0a8e
2 changed files with 7 additions and 2 deletions

View File

@ -106,7 +106,11 @@ mkdocs-material
# Introspection for embedded code # Introspection for embedded code
# https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md # https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
mkdocstrings[python] mkdocstrings
# Python handler for mkdocstrings
# https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md
mkdocstrings-python
# Library for manipulating IP prefixes and addresses # Library for manipulating IP prefixes and addresses
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst # https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst

View File

@ -24,7 +24,8 @@ Jinja2==3.1.6
jsonschema==4.25.0 jsonschema==4.25.0
Markdown==3.8.2 Markdown==3.8.2
mkdocs-material==9.6.16 mkdocs-material==9.6.16
mkdocstrings[python]==0.30.0 mkdocstrings==0.30.0
mkdocstrings-python==1.18.2
netaddr==1.3.0 netaddr==1.3.0
nh3==0.3.0 nh3==0.3.0
Pillow==11.3.0 Pillow==11.3.0